{
  "name": "npm-install-all",
  "version": "1.1.21",
  "description": "This is a npm module to install all dependent npm packages for a particular file or folder or a project and save it in package.json.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yantrashala/npm-install-all.git"
  },
  "author": {
    "name": "Abin Pal"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yantrashala/npm-install-all/issues"
  },
  "homepage": "https://github.com/yantrashala/npm-install-all#readme",
  "dependencies": {
    "bluebird": "^3.3.1",
    "handlebars": "^4.0.5",
    "line-reader": "^0.3.0",
    "node-dir": "^0.1.12",
    "sync-exec": "^0.6.2"
  },
  "bin": {
    "npm-install-all": "index.js"
  },
  "keywords": [
    "node",
    "npm",
    "installer"
  ]
}
