-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 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
{
"name": "babel-node-debug",
"version": "2.0.0",
"description": "node-debug but with babel-node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Adam Crabtree",
"email": "dude@noderiety.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/crabdude/babel-node-debug.git"
},
"dependencies": {
"babel-cli": "^6.4.5",
"bluebird": "^3.2.1",
"node-inspector": "^0.12.3",
"yadc": "0.0.1"
},
"bin": {
"bode-debug": "./bin/bode-debug.js",
"babel-node-debug": "./bin/bode-debug.js"
},
"bugs": {
"url": "https://github.com/crabdude/babel-node-debug/issues"
}
}