forked from hiddentao/gulp-server-livereload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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-server-livereload",
"version": "1.2.1",
"description": "Gulp plugin to run a local webserver with livereload enabled via socket.io",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/gulp-server-livereload.git"
},
"keywords": [
"gulpplugin",
"webserver",
"connect",
"livereload",
"socket",
"websocket"
],
"author": "Ramesh Nair <ram@hiddentao.com> (http://hiddentao.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiddentao/gulp-server-livereload/issues"
},
"homepage": "https://github.com/hiddentao/gulp-server-livereload",
"devDependencies": {
"mocha": "~1.20.1",
"supertest": "~0.13.0"
},
"dependencies": {
"connect": "~3.1.1",
"connect-inject": "~0.3.2",
"glob-watcher": "^2.0.0",
"gulp-util": "~2.2.19",
"node.extend": "~1.0.10",
"open": "~0.0.5",
"serve-index": "~1.1.4",
"serve-static": "~1.5.2",
"socket.io": "~1.0.6",
"through2": "~0.5.1"
}
}