UNPKG

620 BJSONView Raw
1{
2 "name": "auto-reload-brunch",
3 "version": "1.7.8",
4 "description": "Adds automatic browser reloading support to brunch.",
5 "author": {
6 "name": "Paul Miller",
7 "url": "http://paulmillr.com/"
8 },
9 "homepage": "https://github.com/brunch/auto-reload-brunch",
10 "keywords": ["brunchplugin", "auto-reload", "websocket", "auto reload"],
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:brunch/auto-reload-brunch.git"
14 },
15 "scripts": {
16 "test": "node_modules/.bin/mocha"
17 },
18 "dependencies": {
19 "ws": "~0.7.1"
20 },
21 "devDependencies": {
22 "mocha": "1.11.0",
23 "chai": "1.7.0"
24 }
25}