forked from HPSoftware/node-offline-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 661 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 661 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
30
31
32
33
{
"name": "node-offline-debug",
"version": "1.0.4",
"description": "Enable offline debugging of node.js functions",
"main": "init.js",
"dependencies": {
"falafel": "0.X.X",
"winston": "0.X.X",
"identifier": "0.X.X",
"mkdirp" : "0.X.X",
"traceback": "0.X.X",
"tunnel": "0.X.X"
},
"keywords": [
"instrumentation",
"debug",
"offline"
],
"repository": {
"type": "git",
"url": "https://github.com/HPSoftware/node-offline-debug"
},
"author": {
"name": "HP Software",
"email": "inbar.shani@hp.com"
},
"engine": {
"node": ">=0.4"
},
"devDependencies": {
"should": "^4.0.4"
}
}