UNPKG

1.24 kBJSONView Raw
1{
2 "name": "gulp-server-livereload",
3 "version": "1.5.3",
4 "description": "Gulp plugin to run a local webserver with livereload enabled via socket.io",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "node_modules/.bin/mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/hiddentao/gulp-server-livereload.git"
12 },
13 "keywords": [
14 "gulpplugin",
15 "webserver",
16 "connect",
17 "livereload",
18 "socket",
19 "websocket"
20 ],
21 "bin": {
22 "livereload": "./bin/livereload.js"
23 },
24 "author": "Ramesh Nair <ram@hiddentao.com> (http://hiddentao.com)",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/hiddentao/gulp-server-livereload/issues"
28 },
29 "homepage": "https://github.com/hiddentao/gulp-server-livereload",
30 "devDependencies": {
31 "mocha": "~1.20.1",
32 "supertest": "~0.13.0"
33 },
34 "dependencies": {
35 "commander": "^2.8.1",
36 "connect": "~3.1.1",
37 "connect-inject": "~0.3.2",
38 "gulp-util": "~2.2.19",
39 "node-watch": "^0.3.4",
40 "node.extend": "~1.0.10",
41 "open": "~0.0.5",
42 "proxy-middleware": "^0.5.0",
43 "serve-index": "~1.1.4",
44 "serve-static": "~1.5.2",
45 "socket.io": "~1.0.6",
46 "through2": "~0.5.1",
47 "vinyl-fs": "^1.0.0"
48 }
49}