{
  "_args": [
    [
      {
        "raw": "bs-recipes@1.2.2",
        "scope": null,
        "escapedName": "bs-recipes",
        "name": "bs-recipes",
        "rawSpec": "1.2.2",
        "spec": "1.2.2",
        "type": "version"
      },
      "/Users/robertdodson/Documents/htdocs/workDammit/node_modules/browser-sync"
    ]
  ],
  "_from": "bs-recipes@1.2.2",
  "_id": "bs-recipes@1.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/bs-recipes",
  "_nodeVersion": "4.2.4",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/bs-recipes-1.2.2.tgz_1459317106284_0.2623038764577359"
  },
  "_npmUser": {
    "name": "shakyshane",
    "email": "shakyshane@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bs-recipes@1.2.2",
    "scope": null,
    "escapedName": "bs-recipes",
    "name": "bs-recipes",
    "rawSpec": "1.2.2",
    "spec": "1.2.2",
    "type": "version"
  },
  "_requiredBy": [
    "/browser-sync"
  ],
  "_resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.2.2.tgz",
  "_shasum": "33a1b5b98204ea3addb1751b9eb43454f6c79bd9",
  "_shrinkwrap": null,
  "_spec": "bs-recipes@1.2.2",
  "_where": "/Users/robertdodson/Documents/htdocs/workDammit/node_modules/browser-sync",
  "author": {
    "name": "Shane Osbourne"
  },
  "bugs": {
    "url": "https://github.com/browsersync/recipes/issues"
  },
  "dependencies": {},
  "description": "Fully working project examples showing how to use BrowserSync in various ways",
  "devDependencies": {
    "crossbow": "^0.4.5",
    "node-dir": "^0.1.6"
  },
  "directories": {},
  "dist": {
    "shasum": "33a1b5b98204ea3addb1751b9eb43454f6c79bd9",
    "tarball": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.2.2.tgz"
  },
  "files": [
    "recipes",
    "index.js",
    "manifest.json"
  ],
  "gitHead": "f27f22af60c3943dd4218617df3a3659d4a1975c",
  "homepage": "http://www.browsersync.io/docs/recipes/",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "shakyshane",
      "email": "shakyshane@gmail.com"
    }
  ],
  "name": "bs-recipes",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/browsersync/recipes.git"
  },
  "scripts": {
    "build": "node crossbow.js",
    "clean:nm": "find ./recipes -name node_modules | xargs rm -rf",
    "clean:other": "find . -name .sass-cache | xargs rm -rf && find . -name .idea | xargs rm -rf",
    "prepublish": "npm run clean:nm && npm run clean:other",
    "test": "npm run-script build"
  },
  "version": "1.2.2"
}
