forked from brunch/auto-reload-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 Bytes
/
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
{
"name": "auto-reload-brunch-express",
"version": "0.1.4",
"description": "Adds automatic browser reloading support to brunch... also express.",
"author": {
"name": "Kevin Swope",
"email": "[email protected]"
},
"homepage": "https://github.com/kswope/auto-reload-brunch-express",
"repository": {
"type": "git",
"url": "[email protected]:kswope/auto-reload-brunch-express.git"
},
"scripts": {
"test": "eslint index.js && mocha test"
},
"dependencies": {
"anymatch": "1.3.0",
"chokidar": "^1.7.0",
"debug": "^3.1.0",
"ws": "~1.1.0"
},
"devDependencies": {
"chai": "1.7.0",
"eslint": "^3.14.1",
"eslint-config-brunch": "brunch/eslint-config-brunch",
"mocha": "1.11.0"
},
"eslintConfig": {
"extends": "brunch"
},
"files": [
"README.md",
"package.json",
"index.js",
"vendor"
]
}