UNPKG

npub

Version:

publishing tool for your node projects hosted on github

33 lines (32 loc) 698 B
{ "name": "npub", "version": "2.2.0", "description": "publishing tool for your node projects hosted on github", "main": "lib/index.js", "bin": "./bin/npub", "repository": { "type": "git", "url": "git://github.com/endangeredmassa/npub" }, "publishConfig": { "license": {} }, "dependencies": { "async": "^0.9.0", "debug": "^2.1.0", "editor": "^0.1.0", "globber": "~0.1.2", "minimist": "^1.1.0", "mkdirp": "^0.5.0", "rimraf": "^2.2.8", "semver": "~2.2.1", "touch": "0.0.3" }, "devDependencies": { "coffee-script": "^1.9.1" }, "scripts": { "build": "coffee -cbo lib src", "test": "echo 'no tests!' ; exit 1" } }