1 | {
|
2 | "name": "gulp-connect",
|
3 | "version": "5.7.0",
|
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": "Justin Chase",
|
23 | "email": "justin.m.chase@gmail.com",
|
24 | "url": "http://justinmchase.com"
|
25 | },
|
26 | {
|
27 | "name": "Contributors",
|
28 | "homepage": "https://github.com/AveVlad/gulp-connect/graphs/contributors"
|
29 | }
|
30 | ],
|
31 | "scripts": {
|
32 | "test": "mocha",
|
33 | "pretest": "coffee -o . -bc src/",
|
34 | "prepublish": "coffee -o . -bc src/"
|
35 | },
|
36 | "engines": {
|
37 | "node": ">=0.10.0"
|
38 | },
|
39 | "keywords": [
|
40 | "gulpfriendly",
|
41 | "connect",
|
42 | "livereload",
|
43 | "webserver",
|
44 | "server"
|
45 | ],
|
46 | "dependencies": {
|
47 | "ansi-colors": "^2.0.5",
|
48 | "connect": "^3.6.6",
|
49 | "connect-livereload": "^0.6.0",
|
50 | "map-stream": "^0.0.7",
|
51 | "fancy-log": "^1.3.2",
|
52 | "send": "^0.16.2",
|
53 | "serve-index": "^1.9.1",
|
54 | "serve-static": "^1.13.2",
|
55 | "tiny-lr": "^1.1.1"
|
56 | },
|
57 | "devDependencies": {
|
58 | "coffee-script": "^1.12.7",
|
59 | "gulp": "^4.0.0",
|
60 | "gulp-stylus": "^2.7.0",
|
61 | "mocha": "^5.2.0",
|
62 | "supertest": "^3.1.0"
|
63 | }
|
64 | }
|