npub
Version:
publishing tool for your node projects hosted on github
25 lines (24 loc) • 517 B
JSON
{
"name": "npub",
"version": "0.1.0",
"description": "publishing tool for your node projects hosted on github",
"main": "lib/index.js",
"bin": "./bin/npub",
"dependencies": {
"debug": "^2.1.0",
"editor": "^0.1.0",
"globber": "~0.1.2",
"mkdirp": "^0.5.0",
"semver": "~2.2.1",
"temp": "~0.6.0",
"touch": "0.0.3"
},
"devDependencies": {
"coffee-script-redux": "2.0.0-beta7",
"mocha": "~1.12.1",
"semver": "~2.1.0"
},
"scripts": {
"test": "make test"
}
}