forked from ChrisWren/grunt-node-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 801 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
{
"name": "grunt-node-inspector",
"version": "0.1.3",
"description": "Run node-inspector with the rest of your workflow to debug node.js",
"main": "tasks/index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"node-inspector",
"gruntplugin",
"grunt",
"debug"
],
"repository": {
"type": "git",
"url": "https://github.com/ChrisWren/grunt-node-inspector.git"
},
"author": "ChrisWren",
"license": "MIT",
"peerDependencies": {
"grunt": "~0.4.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-release": "~0.5.1",
"grunt-contrib-jshint": "~0.6.2",
"matchdep": "~0.1.2",
"grunt-mdlint": "0.0.0",
"should": "~2.1.0",
"grunt-simple-mocha": "~0.4.0"
},
"dependencies": {
"node-inspector": "~0.7.0"
}
}