UNPKG

1.35 kBJSONView Raw
1{
2 "name": "gulp-server-livereload",
3 "version": "1.6.1",
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 "prepublish": "npm run test"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/hiddentao/gulp-server-livereload.git"
13 },
14 "keywords": [
15 "gulpplugin",
16 "webserver",
17 "connect",
18 "livereload",
19 "socket",
20 "websocket"
21 ],
22 "bin": {
23 "livereload": "./bin/livereload.js"
24 },
25 "author": "Ramesh Nair <ram@hiddentao.com> (http://hiddentao.com)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/hiddentao/gulp-server-livereload/issues"
29 },
30 "homepage": "https://github.com/hiddentao/gulp-server-livereload",
31 "devDependencies": {
32 "bluebird": "^3.1.1",
33 "lodash": "^4.0.0",
34 "mocha": "~1.20.1",
35 "supertest": "~0.13.0"
36 },
37 "dependencies": {
38 "commander": "^2.8.1",
39 "connect": "~3.1.1",
40 "connect-inject": "~0.3.2",
41 "gulp-util": "~2.2.19",
42 "lodash": "^4.0.0",
43 "node-watch": "^0.3.4",
44 "node.extend": "~1.0.10",
45 "open": "~0.0.5",
46 "proxy-middleware": "~0.15.0",
47 "serve-index": "~1.1.4",
48 "serve-static": "~1.5.2",
49 "socket.io": "^1.4.4",
50 "through2": "~0.5.1",
51 "vinyl-fs": "^1.0.0"
52 }
53}