-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 844 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 844 Bytes
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
{
"name": "gulp-express",
"version": "0.3.6",
"description": "gulp livereload plugin",
"homepage": "https://github.com/gimm/gulp-express",
"main": "./index.js",
"scripts": {
"test": "mocha",
"install": "echo \"*** Please use [gulp-live-server] instead! *** \""
},
"keywords": [
"gulpplugin",
"livereload",
"server",
"express"
],
"repository": {
"type": "git",
"url": "git://github.com/gimm/gulp-express"
},
"author": {
"name": "yucc2008@gmail.com"
},
"license": "WTFPL",
"dependencies": {
"chalk": "^1.0.0",
"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"
},
"devDependencies": {
"mocha": "^2.0.1"
}
}