mirror of https://github.com/nodejs/node.git
46 lines
929 B
JSON
46 lines
929 B
JSON
{
|
|
"name": "node-inspect",
|
|
"version": "1.10.4",
|
|
"description": "Node Inspect",
|
|
"license": "MIT",
|
|
"main": "lib/_inspect.js",
|
|
"bin": "cli.js",
|
|
"homepage": "https://github.com/buggerjs/node-inspect",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/buggerjs/node-inspect"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/buggerjs/node-inspect/issues"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint --rulesdir=tools/eslint-rules lib test",
|
|
"test": "tap \"test/**/*.test.js\"",
|
|
"posttest": "nlm verify"
|
|
},
|
|
"nlm": {
|
|
"license": {
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^3.10.2",
|
|
"nlm": "^3.0.0",
|
|
"tap": "^7.1.2"
|
|
},
|
|
"author": {
|
|
"name": "Jan Krems",
|
|
"email": "jan.krems@gmail.com"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|