-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "nodebug",
"description": "Command line utility that simplifies node debugging",
"keywords": ["debug", "debugger", "debugging", "node", "inspector", "node-inspector", "chrome", "windows", "mac", "macos", "linux", "unix", "command line", "utility"],
"author": "Will Allan <[email protected]>",
"version": "0.1.6",
"preferGlobal": true,
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/billyzkid/nodebug/master/LICENSE"
}],
"bin": {
"nodebug": "./bin/nodebug.js"
},
"dependencies": {
"node-inspector": ">=0.1.10",
"optimist": "0.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/billyzkid/nodebug.git"
},
"engines": {
"node": ">=0.8.0"
},
"bugs": "https://github.com/billyzkid/nodebug/issues"
}