{
  "name": "auto-reload-brunch",
  "version": "1.6.1",
  "description": "Adds automatic browser reloading support to brunch.",
  "author": {
    "name": "Paul Miller",
    "url": "http://paulmillr.com/"
  },
  "homepage": "https://github.com/brunch/auto-reload-brunch",
  "repository": {
    "type": "git",
    "url": "git@github.com:brunch/auto-reload-brunch.git"
  },
  "main": "./lib/index",
  "scripts": {
    "prepublish": "rm -rf lib && coffee --bare --output lib/ src/",
    "test": "node_modules/.bin/mocha --compilers coffee:coffee-script --require test/common.js"
  },
  "dependencies": {
    "ws": "0.4.25"
  },
  "devDependencies": {
    "mocha": "1.8.1",
    "chai": "1.4.2"
  }
}
