forked from gimm/gulp-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 805 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
37
38
{
"name": "gulp-express",
"version": "0.1.12",
"description": "gulp plugin for express, connect",
"homepage": "https://github.com/gimm/gulp-express",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"gulp",
"express",
"livereload",
"server"
],
"repository": {
"type": "git",
"url": "git://github.com/gimm/gulp-express"
},
"author": {
"name": "[email protected]"
},
"license": "WTFPL",
"dependencies": {
"debug": "^2.1.1",
"deepmerge": "~0.2.7",
"event-stream": "~3.2.1",
"tiny-lr": "0.0.9"
},
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/gimm/gulp-express/issues"
},
"dist": {
"shasum": "e746e13bd320e2940c50c72165bd6325f23e78dd"
},
"devDependencies": {}
}