{
  "name": "linklocal",
  "version": "2.8.2",
  "description": "Install local dependencies as symlinks.",
  "main": "index.js",
  "scripts": {
    "test": "nyc -s tape test/*.js | tap-spec && nyc report --reporter=text --reporter=html && standard"
  },
  "engines": {
    "npm": ">=2.0.0"
  },
  "author": "Tim Oxley <secoif@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "npm": "5.0.4",
    "nyc": "^11.5.0",
    "standard": "^11.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "commander": "^2.15.0",
    "debug": "^3.1.0",
    "map-limit": "0.0.1",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.2"
  },
  "bin": {
    "linklocal": "bin/linklocal.js"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timoxley/linklocal.git"
  },
  "keywords": [
    "npm",
    "packages",
    "symlink",
    "dependencies",
    "modules"
  ],
  "bugs": {
    "url": "https://github.com/timoxley/linklocal/issues"
  },
  "homepage": "https://github.com/timoxley/linklocal",
  "nyc": {
    "cache": true,
    "exclude": [
      "test/*.js",
      "node_modules"
    ]
  }
}
