mirror of
				https://github.com/flynx/object.js.git
				synced 2025-11-03 21:10:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			649 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			649 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "name": "ig-object",
 | 
						|
  "version": "5.0.6",
 | 
						|
  "description": "",
 | 
						|
  "main": "object.js",
 | 
						|
  "scripts": {
 | 
						|
    "test": "node ./test.js",
 | 
						|
    "prepublishOnly": "npm test"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/flynx/object.js.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "javascript",
 | 
						|
    "oop",
 | 
						|
    "meta-programing",
 | 
						|
    "tools"
 | 
						|
  ],
 | 
						|
  "author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
 | 
						|
  "license": "BSD-3-Clause",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/flynx/object.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/flynx/object.js#readme",
 | 
						|
  "devDependencies": {
 | 
						|
    "colors": "^1.4.0"
 | 
						|
  }
 | 
						|
}
 |