-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.41 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "grunt-peon-gui",
"description": "Web interface for running Grunt tasks",
"keywords": [
"gruntplugin",
"server",
"http",
"gui"
],
"version": "1.0.1",
"homepage": "https://github.com/voceconnect/grunt-peon-gui",
"author": {
"name": "Mark Parolisi",
"url": "http://markparolisi.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/voceconnect/grunt-peon-gui"
},
"bugs": {
"url": "https://github.com/voceconnect/grunt-peon-gui/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/voceconnect/grunt-peon-gui/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt nodeunit"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-compass": "0.1.x",
"grunt-contrib-coffee": "0.6.x",
"grunt-contrib-jshint": "0.3.x",
"grunt-contrib-nodeunit": "0.1.x",
"grunt-contrib-watch": "0.3.x",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-jst": "latest",
"grunt-contrib-uglify": "latest",
"grunt": "~0.4.x"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {
"websocket": "~1.0.x",
"portscanner": "~0.1.x",
"connect": "2.7.x"
}
}