You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
535 B

{
"name": "noop2",
"version": "2.0.0",
"description": "No operation as a module™",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": "yoshuawuyts/noop2",
"keywords": [
"noop",
"no-op",
"no operation",
"operation, it has not"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"istanbul": "^0.3.2",
"make-lint": "^1.0.1",
"mocha": "^2.0.1",
"should": "^4.2.0"
},
"files": [
"lib",
"LICENSE",
"index.js",
"HISTORY.md"
]
}