forked from kiddkai/atom-node-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 666 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 666 Bytes
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
{
"name": "node-debugger",
"main": "./lib/node-debugger",
"version": "1.7.0",
"description": "Debugger For Nodejs",
"repository": "https://github.com/kiddkai/atom-node-debugger",
"license": "MIT",
"engines": {
"atom": ">0.200.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.5",
"bluebird": "^2.9.25",
"bunyan": "^1.3.5",
"emissary": "^1.3.0",
"event-stream": "^3.3.1",
"geval": "^2.1.1",
"mercury": "^14.0.0",
"ramda": "^0.14.0",
"split": "^0.3.0",
"through2": "^0.6.1",
"tree-kill": "^0.1.1",
"which": "^1.0.5",
"xtend": "^4.0.0"
},
"devDependencies": {
"from": "^0.1.3"
}
}