UNPKG

npm-link-local

Version:

like npm link, but just local (npm install and symlink to node-modules)

32 lines (31 loc) 703 B
{ "name": "npm-link-local", "version": "1.1.0", "description": "like npm link, but just local (npm install and symlink to node-modules)", "main": "index.js", "bin": { "npm-link-local": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Anmo/npm-link-local.git" }, "keywords": [ "npm", "link", "local" ], "author": "Anmo", "license": "MIT", "bugs": { "url": "https://github.com/Anmo/npm-link-local/issues" }, "homepage": "https://github.com/Anmo/npm-link-local#readme", "dependencies": { "optimist": "^0.6.1", "rimraf": "^2.6.1" } }