UNPKG

1.03 kBJSONView Raw
1{
2 "name": "gulp-live-server",
3 "version": "0.0.25",
4 "description": "easy light weight server with livereload",
5 "homepage": "https://github.com/gimm/gulp-live-server",
6 "main": "./index.js",
7 "scripts": {
8 "test": "mocha"
9 },
10 "keywords": [
11 "gulpplugin",
12 "server",
13 "static",
14 "live",
15 "livereload",
16 "connect",
17 "express"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/gimm/gulp-live-server"
22 },
23 "author": {
24 "name": "yucc2008@gmail.com"
25 },
26 "license": "WTFPL",
27 "dependencies": {
28 "chalk": "^1.0.0",
29 "connect": "^3.3.4",
30 "connect-livereload": "^0.5.3",
31 "debug": "^2.1.1",
32 "deepmerge": "~0.2.7",
33 "event-stream": "~3.2.1",
34 "q": "^1.2.0",
35 "serve-static": "^1.9.1",
36 "tiny-lr": "0.0.9"
37 },
38 "readmeFilename": "README.md",
39 "bugs": {
40 "url": "https://github.com/gimm/gulp-live-server/issues"
41 },
42 "devDependencies": {
43 "gulp": "^3.8.11",
44 "mocha": "^2.0.1",
45 "should": "^5.2.0",
46 "supertest": "^0.15.0"
47 }
48}