{
  "name": "npm-workspace",
  "description": "A cli utility to simplify link-ing and install-ing of npm packages locally.",
  "version": "0.7.1",
  "homepage": "https://github.com/mariocasciaro/npm-workspace",
  "author": {
    "name": "Mario Casciaro"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mariocasciaro/npm-workspace"
  },
  "bugs": {
    "url": "https://github.com/mariocasciaro/npm-workspace/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mariocasciaro/npm-workspace/blob/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "node_modules/mocha/bin/_mocha test/*.js -t 30000 --reporter spec"
  },
  "bin": {
    "npm-workspace": "bin/npm-workspace"
  },
  "preferGlobal": true,
  "dependencies": {
    "commander": "^2.5.0",
    "lodash": "^3.10.1",
    "mocha": "^2.0.1",
    "ncp": "^2.0.0",
    "rimraf": "^2.2.8",
    "spawned": "^0.1.3",
    "through2": "^2.0.0",
    "when": "^3.5.2"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.0.1"
  },
  "keywords": [
    "npm",
    "link",
    "dependencies",
    "peerDependencies",
    "workspace",
    "automatic"
  ]
}
