UNPKG

zelda

Version:

Automatically `npm link` all your packages together!

45 lines (44 loc) 924 B
{ "name": "zelda", "description": "Automatically `npm link` all your packages together!", "version": "3.4.2", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bin": "./bin/cmd.js", "bugs": { "url": "https://github.com/feross/zelda/issues" }, "dependencies": { "find-root": "~1.1.0", "minimist": "^1.1.0", "rimraf": "^3.0.0", "run-parallel": "^1.1.4", "run-series": "^1.1.4", "uniq": "^1.0.1" }, "devDependencies": { "standard": "*" }, "homepage": "https://github.com/feross/zelda/", "keywords": [ "all", "automatic", "mad science", "npm link", "npm link everything", "recursive", "zelda" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/zelda.git" }, "scripts": { "test": "standard" } }