-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 KB
/
package.json
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
{
"name": "connect-browser-sync",
"version": "2.1.0",
"description": "Connect middleware for BrowserSync.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/test*"
},
"dependencies": {
"connect-injector": "^0.4.2"
},
"peerDependencies": {
"browser-sync": ">=2.0.0"
},
"devDependencies": {
"browser-sync": ">=2.0.0",
"connect": "^3.3.4",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"inquirer": "^0.8.0",
"mocha": "^2.2.1",
"request": "^2.81.0",
"shelljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/schmich/connect-browser-sync.git"
},
"keywords": [
"browsersync",
"browser-sync",
"express",
"connect"
],
"bugs": {
"url": "https://github.com/schmich/connect-browser-sync/issues"
},
"author": {
"name": "Chris Schmich",
"email": "[email protected]",
"url": "https://github.com/schmich"
},
"homepage": "https://github.com/schmich/connect-browser-sync",
"contributors": [],
"license": "MIT",
"readmeFilename": "README.md"
}