-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
61 lines (61 loc) · 1.25 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
56
57
58
59
60
61
{
"name": "grunt-express",
"description": "Start (and supervise) an Express.js web server using grunt.js, works well with socket.io",
"version": "1.4.0",
"homepage": "https://github.com/blai/grunt-express",
"author": {
"name": "Brian Lai"
},
"repository": {
"type": "git",
"url": "git://github.com/blai/grunt-express.git"
},
"bugs": {
"url": "https://github.com/blai/grunt-express/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"connect": "^2.15.0",
"temp": "^0.7.0",
"touch": "0.0.3",
"connect-livereload": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"open": "0.0.5",
"grunt-parallel": "^0.3.1",
"sugar": "^1.4.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"express": "^4.1.1",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "^0.4.4",
"matchdep": "^0.3.0",
"request": "^2.34.0",
"lodash": "~2.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"server",
"express",
"connect",
"socket.io",
"livereload",
"keepalive",
"watch",
"http"
]
}