-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "gulp-webserver",
"version": "0.9.1",
"description": "Gulp plugin to run a local webserver with LiveReload",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/schickling/gulp-webserver.git"
},
"keywords": [
"gulpplugin",
"webserver",
"connect",
"livereload"
],
"author": "Johannes Schickling <schickling.j@gmail.com> (https://github.com/schickling)",
"license": "MIT",
"bugs": {
"url": "https://github.com/schickling/gulp-webserver/issues"
},
"homepage": "https://github.com/schickling/gulp-webserver",
"devDependencies": {
"mocha": "^1.20.1",
"supertest": "^0.13.0"
},
"dependencies": {
"connect": "^3.0.1",
"connect-livereload": "^0.4.0",
"gulp-util": "^2.2.19",
"isarray": "0.0.1",
"node.extend": "^1.0.10",
"open": "^0.0.5",
"proxy-middleware": "^0.5.0",
"serve-index": "^1.1.4",
"serve-static": "^1.3.0",
"through2": "^0.5.1",
"tiny-lr": "0.1.4",
"watch": "^0.11.0"
}
}