{
  "_args": [
    [
      {
        "raw": "browser-sync@^2.2.1",
        "scope": null,
        "escapedName": "browser-sync",
        "name": "browser-sync",
        "rawSpec": "^2.2.1",
        "spec": ">=2.2.1 <3.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/newYo"
    ]
  ],
  "_from": "browser-sync@>=2.2.1 <3.0.0",
  "_id": "browser-sync@2.14.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/browser-sync",
  "_nodeVersion": "4.4.5",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/browser-sync-2.14.0.tgz_1469995623607_0.1169663209002465"
  },
  "_npmUser": {
    "name": "shakyshane",
    "email": "shakyshane@gmail.com"
  },
  "_npmVersion": "2.15.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "browser-sync@^2.2.1",
    "scope": null,
    "escapedName": "browser-sync",
    "name": "browser-sync",
    "rawSpec": "^2.2.1",
    "spec": ">=2.2.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.14.0.tgz",
  "_shasum": "e314f098c73808e62fa66a4433fbf8e2f4785f06",
  "_shrinkwrap": null,
  "_spec": "browser-sync@^2.2.1",
  "_where": "/Users/robertdodson/Documents/htdocs/newYo",
  "author": {
    "name": "Shane Osbourne"
  },
  "bin": {
    "browser-sync": "bin/browser-sync.js"
  },
  "bugs": {
    "url": "https://github.com/browsersync/browser-sync/issues"
  },
  "dependencies": {
    "browser-sync-client": "^2.3.3",
    "browser-sync-ui": "0.6.0",
    "bs-recipes": "1.2.2",
    "chokidar": "1.5.1",
    "connect": "3.4.1",
    "dev-ip": "^1.0.1",
    "easy-extender": "2.3.2",
    "eazy-logger": "3.0.2",
    "emitter-steward": "^1.0.0",
    "fs-extra": "0.26.7",
    "http-proxy": "1.13.3",
    "immutable": "3.8.1",
    "localtunnel": "1.8.1",
    "micromatch": "2.3.8",
    "opn": "^3.0.2",
    "portscanner": "^1.0.0",
    "qs": "6.2.0",
    "resp-modifier": "6.0.2",
    "rx": "4.1.0",
    "serve-index": "1.7.3",
    "serve-static": "1.10.3",
    "server-destroy": "1.0.1",
    "socket.io": "1.4.6",
    "ua-parser-js": "0.7.10",
    "yargs": "4.7.1"
  },
  "description": "Live CSS Reload & Browser Syncing",
  "devDependencies": {
    "browser-sync-spa": "1.0.2",
    "bs-html-injector": "3.0.2",
    "bs-latency": "1.0.0",
    "bs-rewrite-rules": "1.0.0",
    "bs-snippet-injector": "2.0.1",
    "chai": "3.2.0",
    "chalk": "1.1.1",
    "compression": "1.6.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",
    "lodash-cli": "4.13.1",
    "mocha": "2.3.0",
    "q": "1.4.1",
    "request": "2.61.0",
    "rimraf": "2.5.2",
    "sinon": "1.15.4",
    "slugify": "0.1.1",
    "socket.io-client": "^1.4.5",
    "supertest": "1.1.0",
    "vinyl": "0.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "e314f098c73808e62fa66a4433fbf8e2f4785f06",
    "tarball": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.14.0.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "bin",
    "index.js",
    "lib",
    "lodash.custom.js"
  ],
  "gitHead": "156c4e4bbd86c3221f5ffbeec4125557e8bca266",
  "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 -x lodash.custom.js _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",
    "lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
    "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.14.0"
}
