-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 954 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node-debug",
"main": "./lib/node-debug",
"version": "0.1.7",
"description": "Node.js debugging interface for Atom using node-inspector.",
"debug": "./examples/debug.js",
"keywords": [
"debugger",
"debug",
"node-debug",
"node-debugger",
"node-inspector"
],
"activationCommands": {
"atom-workspace": "node-debug:run"
},
"repository": {
"type": "git",
"url": "https://github.com/Andifeind/atom-node-inspector.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"biased-opener": "^0.2.8",
"superchain": "^0.1.2"
},
"bugs": {
"url": "https://github.com/Andifeind/atom-node-inspector/issues"
},
"homepage": "https://github.com/Andifeind/atom-node-inspector#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andi Heinkelein <[email protected]>"
}