forked from avevlad/gulp-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.07 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gulp-connect",
"version": "2.1.0",
"description": "Gulp plugin to run a webserver (with LiveReload)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/avevlad/gulp-connect"
},
"authors": [
{
"name": "Vladislav Derjavin",
"email": "[email protected]",
"url": "http://vld.me/"
},
{
"name": "Johannes Schickling",
"email": "[email protected]",
"url": "http://schickling.me/"
},
{
"name": "Contributors",
"homepage": "https://github.com/AveVlad/gulp-connect/graphs/contributors"
}
],
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"gulpfriendly",
"connect",
"livereload",
"webserver",
"server"
],
"dependencies": {
"gulp-util": "~2.2.14",
"event-stream": "~3.1.0",
"connect-livereload": "~0.3.2",
"tiny-lr": "^0.0.7",
"connect": "<2.18.0"
},
"devDependencies": {
"gulp": "~3.5.1",
"gulp-stylus": "0.0.11",
"mocha": "^1.18.2",
"supertest": "^0.10.0"
}
}