-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "gulp-node-debug",
"version": "0.0.4",
"description": "This project is not maintained anymore! ---- Run node-debug from your gulp build: 1. Runs node-inspector. / 2. Runs the supplied script in debug mode / 3. Opens the user's browser, pointing it at the inspector.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/middleware-io/gulp-node-debug.git"
},
"keywords": [
"gulpplugin",
"node-inspector",
"node-debug",
"debug"
],
"author": {
"name": "Johannes Hoppe",
"email": "johannes.hoppe@haushoppe-its.de",
"url": "http://haushoppe-its.de/"
},
"contributors": [
{
"name": "Alessandro Arnodo",
"email": "alessandro@arnodo.net"
},
{
"name": "Evgeny Bogdanov",
"email": "evgeny.bogdanov@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/middleware-io/gulp-node-debug/issues"
},
"homepage": "https://github.com/middleware-io/gulp-node-debug",
"dependencies": {
"gulp-util": "^3.0.5",
"event-stream": "^3.3.1",
"node-inspector": "^0.10.0",
"merge": "^1.2.0",
"opener": "^1.4.1",
"biased-opener": "^0.2.5",
"server-destroy": "^1.0.1"
},
"devDependencies": {
}
}