{
  "_args": [
    [
      {
        "raw": "bs-recipes@1.2.3",
        "scope": null,
        "escapedName": "bs-recipes",
        "name": "bs-recipes",
        "rawSpec": "1.2.3",
        "spec": "1.2.3",
        "type": "version"
      },
      "/Users/robertdodson/Documents/htdocs/newNode/node_modules/browser-sync"
    ]
  ],
  "_from": "bs-recipes@1.2.3",
  "_id": "bs-recipes@1.2.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/bs-recipes",
  "_nodeVersion": "4.4.5",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/bs-recipes-1.2.3.tgz_1470773424391_0.21666212496347725"
  },
  "_npmUser": {
    "name": "shakyshane",
    "email": "shakyshane@gmail.com"
  },
  "_npmVersion": "2.15.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bs-recipes@1.2.3",
    "scope": null,
    "escapedName": "bs-recipes",
    "name": "bs-recipes",
    "rawSpec": "1.2.3",
    "spec": "1.2.3",
    "type": "version"
  },
  "_requiredBy": [
    "/browser-sync"
  ],
  "_resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.2.3.tgz",
  "_shasum": "0e4d17bb1cff92ef6c36608b8487d9a07571ac54",
  "_shrinkwrap": null,
  "_spec": "bs-recipes@1.2.3",
  "_where": "/Users/robertdodson/Documents/htdocs/newNode/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": "0e4d17bb1cff92ef6c36608b8487d9a07571ac54",
    "tarball": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.2.3.tgz"
  },
  "files": [
    "recipes",
    "index.js",
    "manifest.json"
  ],
  "gitHead": "48f3740e7c48f3079fdb38369ec6153c274d97eb",
  "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.3"
}
