{
  "name": "symlink",
  "description": "npm link together local modules && npm install remaining dependencies",
  "author": "Eirik Albrigtsen <analsandblaster@gmail.com>",
  "version": "2.1.0",
  "repository": {
    "type": "git",
    "url": "clux/symlink"
  },
  "keywords": [
    "dependency",
    "development",
    "repository",
    "install"
  ],
  "scripts": {
    "test": "nodeunit --reporter=verbose test/*.js",
    "precoverage": "jscoverage lib",
    "coverage": "SYMLINK_COV=1 nodeunit --reporter=lcov test/*.js",
    "man": "marked-man manpage.md -o symlink.1"
  },
  "man": "symlink.1",
  "bin": "bin.js",
  "main": "index.js",
  "dependencies": {
    "async": "^1.5.0",
    "interlude": "~1.1.0",
    "yargs": "^3.6.0"
  },
  "devDependencies": {
    "jscoverage": "^0.5.5",
    "nodeunit": "^0.9.0"
  },
  "bugs": {
    "url": "http://github.com/clux/symlink/issues"
  },
  "license": "MIT"
}
