UNPKG

1.15 kBJSONView Raw
1{
2 "name": "gulp-connect",
3 "version": "2.0.6",
4 "description": "Gulp plugin to run a webserver (with LiveReload)",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/avevlad/gulp-connect"
9 },
10 "authors": [
11 {
12 "name": "Vladislav Derjavin",
13 "email": "dev@vld.me",
14 "url": "http://vld.me/"
15 },
16 {
17 "name": "Johannes Schickling",
18 "email": "schickling.j@gmail.com",
19 "url": "http://schickling.me/"
20 },
21 {
22 "name": "Contributors",
23 "homepage": "https://github.com/AveVlad/gulp-connect/graphs/contributors"
24 }
25 ],
26 "scripts": {
27 "test": "mocha"
28 },
29 "engines": {
30 "node": ">=0.10.0"
31 },
32 "keywords": [
33 "gulpfriendly",
34 "connect",
35 "livereload",
36 "webserver",
37 "server"
38 ],
39 "dependencies": {
40 "gulp-util": "~2.2.14",
41 "event-stream": "~3.1.0",
42 "connect-livereload": "~0.3.2",
43 "tiny-lr": "^0.0.7",
44 "connect": "^2.14.3"
45 },
46 "devDependencies": {
47 "gulp": "~3.5.1",
48 "gulp-stylus": "0.0.11",
49 "mocha": "^1.18.2",
50 "supertest": "^0.10.0"
51 }
52}