{
  "_args": [
    [
      "browser-sync@^2.10.1",
      "/Users/nick/codes/twreporter-react"
    ]
  ],
  "_from": "browser-sync@>=2.10.1 <3.0.0",
  "_id": "browser-sync@2.11.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/browser-sync",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "shakyshane@gmail.com",
    "name": "shakyshane"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {
    "anymatch": "1.3.0",
    "arr-diff": "2.0.0",
    "array-unique": "0.2.1",
    "braces": "1.8.3",
    "expand-brackets": "0.1.4",
    "extglob": "0.3.2",
    "filename-regex": "2.0.0",
    "fsevents": "1.0.8",
    "glob-parent": "2.0.0",
    "inherits": "2.0.1",
    "is-binary-path": "1.0.1",
    "is-extglob": "1.0.0",
    "is-glob": "2.0.1",
    "kind-of": "3.0.2",
    "normalize-path": "2.0.1",
    "object.omit": "2.0.0",
    "parse-glob": "3.0.4",
    "path-is-absolute": "1.0.0",
    "readdirp": "2.0.0",
    "regex-cache": "0.4.2",
    "strict-uri-encode": "1.1.0"
  },
  "_requested": {
    "name": "browser-sync",
    "raw": "browser-sync@^2.10.1",
    "rawSpec": "^2.10.1",
    "scope": null,
    "spec": ">=2.10.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.11.1.tgz",
  "_shasum": "025ce077a9d62c4a111e7caf0f7bb8cb3f5205be",
  "_shrinkwrap": null,
  "_spec": "browser-sync@^2.10.1",
  "_where": "/Users/nick/codes/twreporter-react",
  "author": {
    "name": "Shane Osbourne"
  },
  "bin": {
    "browser-sync": "bin/browser-sync.js"
  },
  "bugs": {
    "url": "https://github.com/browsersync/browser-sync/issues"
  },
  "dependencies": {
    "async-each-series": "^0.1.1",
    "browser-sync-client": "^2.3.3",
    "browser-sync-ui": "^0.5.16",
    "bs-recipes": "^1.0.5",
    "chokidar": "1.4.1",
    "connect": "^3.4.0",
    "dev-ip": "^1.0.1",
    "easy-extender": "^2.3.1",
    "eazy-logger": "^2.1.2",
    "emitter-steward": "^1.0.0",
    "foxy": "^11.1.2",
    "fs-extra": "^0.26.2",
    "immutable": "^3.7.4",
    "localtunnel": "^1.7.0",
    "lodash": "^3.9.3",
    "longest": "^1.0.1",
    "meow": "3.3.0",
    "micromatch": "2.3.5",
    "opn": "^3.0.2",
    "portscanner": "^1.0.0",
    "query-string": "^2.4.0",
    "resp-modifier": "^5.0.0",
    "serve-index": "^1.7.0",
    "serve-static": "^1.10.0",
    "socket.io": "1.3.7",
    "ua-parser-js": "^0.7.9",
    "ucfirst": "^1.0.0"
  },
  "description": "Live CSS Reload & Browser Syncing",
  "devDependencies": {
    "browser-sync-spa": "1.0.2",
    "bs-snippet-injector": "2.0.1",
    "chai": "3.2.0",
    "chalk": "1.1.1",
    "eslint": "1.3.1",
    "graceful-fs": "3.0.8",
    "gulp": "3.9.0",
    "gulp-contribs": "0.0.3",
    "gulp-conventional-changelog": "0.4.0",
    "gulp-filter": "2.0.2",
    "istanbul": "0.3.19",
    "istanbul-coveralls": "1.0.3",
    "mocha": "2.3.0",
    "q": "1.4.1",
    "request": "2.61.0",
    "rimraf": "^2.4.3",
    "sinon": "1.15.4",
    "slugify": "0.1.1",
    "socket.io-client": "1.3.7",
    "supertest": "1.1.0",
    "vinyl": "0.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "025ce077a9d62c4a111e7caf0f7bb8cb3f5205be",
    "tarball": "http://registry.npmjs.org/browser-sync/-/browser-sync-2.11.1.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "bin",
    "index.js",
    "lib"
  ],
  "gitHead": "49786e35d603408948217ff4e166ccb1a0059cbf",
  "homepage": "http://www.browsersync.io/",
  "keywords": [
    "browser sync",
    "css",
    "live reload",
    "sync"
  ],
  "license": "Apache-2.0",
  "maintainers": [
    {
      "name": "shakyshane",
      "email": "shane.osbourne8@gmail.com"
    }
  ],
  "name": "browser-sync",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/browsersync/browser-sync.git"
  },
  "scripts": {
    "cover": "npm run env && npm run cover-local && npm run coveralls",
    "cover-local": "istanbul cover _mocha -- --timeout 10000 --recursive ./test/specs",
    "coveralls": "istanbul-coveralls",
    "env": "node ./test/env.js",
    "lint": "eslint index.js lib bin examples test/specs gulpfile.js",
    "pre-release": "npm test && npm run pro-local && npm run pro",
    "pro": "protractor test/protractor/config.single.js",
    "pro-local": "node test/protractor/setup.js",
    "test": "npm run lint && npm run env && npm run unit",
    "unit": "mocha --recursive test/specs --timeout 10000"
  },
  "version": "2.11.1"
}
