{
  "name": "browser-sync",
  "description": "Live CSS Reload & Browser Syncing",
  "version": "2.7.10",
  "homepage": "http://www.browsersync.io/",
  "author": {
    "name": "Shane Osbourne"
  },
  "repository": "Browsersync/browser-sync",
  "license": "Apache-2.0",
  "bin": "bin/browser-sync.js",
  "files": [
    "bin",
    "index.js",
    "lib"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "env": "node ./test/env.js",
    "test": "npm run lint && npm run env && npm run unit",
    "lint": "gulp lint",
    "pro": "protractor test/protractor/config.single.js",
    "pro-local": "node test/protractor/setup.js",
    "unit": "mocha --recursive test/specs --timeout 10000",
    "cover": "npm run env && npm run cover-local && npm run coveralls",
    "cover-local": "istanbul cover _mocha -- --timeout 10000 --recursive ./test/specs",
    "coveralls": "istanbul-coveralls",
    "pre-release": "npm test && npm run pro-local && npm run pro"
  },
  "dependencies": {
    "anymatch": "^1.3.0",
    "async-each-series": "^0.1.1",
    "browser-sync-client": "^2.0.2",
    "browser-sync-ui": "^0.5.8",
    "chokidar": "^1.0.1",
    "connect": "^3.3.5",
    "dev-ip": "^1.0.1",
    "easy-extender": "^2.3.1",
    "eazy-logger": "^2.1.2",
    "emitter-steward": "^0.0.1",
    "foxy": "^11.0.2",
    "immutable": "^3.6.4",
    "localtunnel": "^1.3.0",
    "lodash": "^3.8.0",
    "longest": "^1.0.1",
    "meow": "^3.1.0",
    "opn": "^1.0.2",
    "pad-left": "^1.0.2",
    "portscanner": "^1.0.0",
    "query-string": "^2.0.0",
    "resp-modifier": "^4.0.2",
    "serve-index": "^1.6.3",
    "serve-static": "^1.9.1",
    "socket.io": "^1.3.5",
    "ua-parser-js": "^0.7.7",
    "ucfirst": "^0.0.1"
  },
  "devDependencies": {
    "browser-sync-spa": "^1.0.2",
    "bs-snippet-injector": "^2.0.1",
    "chai": "^2.1.0",
    "chalk": "^1.0.0",
    "conventional-changelog": "^0.0.17",
    "graceful-fs": "^3.0.8",
    "gulp": "^3.9.0",
    "gulp-contribs": "^0.0.2",
    "gulp-filter": "^2.0.0",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.11.0",
    "gulp-ruby-sass": "^1.0.1",
    "gulp-yuidoc": "^0.1.2",
    "istanbul": "^0.3.15",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^2.2.5",
    "q": "^1.4.1",
    "request": "^2.57.0",
    "sinon": "^1.15.3",
    "slugify": "^0.1.1",
    "socket.io-client": "^1.3.5",
    "supertest": "^1.0.1",
    "vinyl": "^0.4.5"
  },
  "keywords": [
    "browser sync",
    "css",
    "live reload",
    "sync"
  ]
}
