{
  "_args": [
    [
      "wiredep@2.2.2",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "wiredep@2.2.2",
  "_id": "wiredep@2.2.2",
  "_inBundle": false,
  "_integrity": "sha1-FETRirLkk3UEEJP+3d3Rto97ZrM=",
  "_location": "/wiredep",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "escape-string-regexp": "1.0.5",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "once": "1.4.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "wiredep@2.2.2",
    "name": "wiredep",
    "escapedName": "wiredep",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/grunt-wiredep"
  ],
  "_resolved": "https://registry.npmjs.org/wiredep/-/wiredep-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bin": {
    "wiredep": "wiredep-cli.js"
  },
  "bugs": {
    "url": "https://github.com/taptapship/wiredep/issues"
  },
  "dependencies": {
    "bower-config": "^0.5.0",
    "chalk": "^0.5.1",
    "glob": "^4.0.5",
    "lodash": "^2.4.1",
    "minimist": "^1.1.0",
    "propprop": "^0.3.0",
    "through2": "^0.6.1"
  },
  "description": "Wire Bower dependencies to your source code.",
  "devDependencies": {
    "fs-extra": "^0.11.0",
    "jshint": "*",
    "mocha": "*"
  },
  "files": [
    "lib/",
    "LICENSE",
    "wiredep.js",
    "wiredep-cli.js"
  ],
  "homepage": "https://github.com/taptapship/wiredep#readme",
  "keywords": [
    "bower",
    "package",
    "management",
    "inject",
    "script",
    "dependencies"
  ],
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "main": "./wiredep.js",
  "name": "wiredep",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taptapship/wiredep.git"
  },
  "scripts": {
    "test": "jshint *.js lib/*.js test/*.js && NODE_ENV=test mocha -R spec"
  },
  "version": "2.2.2"
}
