{
  "_args": [
    [
      "denodeify@1.2.1",
      "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0"
    ]
  ],
  "_from": "denodeify@1.2.1",
  "_id": "denodeify@1.2.1",
  "_inBundle": false,
  "_integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=",
  "_location": "/denodeify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "denodeify@1.2.1",
    "name": "denodeify",
    "escapedName": "denodeify",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0",
  "author": {
    "name": "Matt Andrews"
  },
  "bugs": {
    "url": "https://github.com/matthew-andrews/denodeify/issues"
  },
  "description": "Tool to turn functions with Node-style callback APIs into functions that return Promises",
  "devDependencies": {
    "es6-promise": "^1.0.0",
    "es6-shim": "^0.18.0",
    "jshint": "^2.5.5",
    "lie": "^2.7.7",
    "lintspaces-cli": "0.0.4",
    "mocha": "^1.21.4",
    "native-promise-only": "^0.7.6-a"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/matthew-andrews/denodeify",
  "license": "MIT",
  "main": "index.js",
  "name": "denodeify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matthew-andrews/denodeify.git"
  },
  "scripts": {
    "files": "find . -name '*.js' ! -path './node_modules/*'",
    "jshint": "jshint `npm run -s files`",
    "lintspaces": "lintspaces -i js-comments -e .editorconfig `npm run -s files`",
    "test": "mocha test/*test.js && npm run jshint && npm run lintspaces"
  },
  "version": "1.2.1"
}
