{
  "name": "faster",
  "version": "3.5.1",
  "description": "Faster way to reload your web project on all connected devices",
  "main": "index.js",
  "scripts": {
    "start": "node ./example/server.js && npm run faster",
    "faster": "DEV=1 bin/faster.js",
    "nocov": "tape ./test/*.js",
    "test": "istanbul cover tape ./test/*.js",
    "coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "jshint": "jshint -c .jshintrc --exclude-path .gitignore .",
    "spec": "node tape ./test/*.js | node_modules/tap-spec/bin/cmd.js"
  },
  "bin": {
    "faster": "./bin/faster.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dwyl/faster.git"
  },
  "keywords": [
    "faster",
    "reload",
    "and",
    "testing",
    "browsers",
    "connected",
    "mobile",
    "development"
  ],
  "author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dwyl/faster/issues"
  },
  "homepage": "https://github.com/dwyl/faster",
  "dependencies": {
    "chalk": "^2.1.0",
    "listdirs": "^3.1.1",
    "socket.io": "^2.0.3",
    "socket.io-client": "^2.0.3",
    "terminate": "^2.1.0",
    "useragent": "^2.2.1"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "^2.9.5",
    "pre-commit": "1.2.2",
    "ps-tree": "1.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0",
    "wreck": "^12.2.3"
  },
  "pre-commit": [
    "jshint",
    "test",
    "coverage"
  ],
  "engines": {
    "node": ">=6"
  }
}
