UNPKG

378 BJSONView Raw
1{
2 "name": "npub",
3 "version": "0.0.3",
4 "description": "publishing tool for your node projects hosted on github",
5 "main": "lib/index.js",
6 "bin": "./bin/npub",
7 "dependencies": {
8 "globber": "~0.1.2"
9 },
10 "devDependencies": {
11 "coffee-script-redux": "2.0.0-beta7",
12 "mocha": "~1.12.1",
13 "semver": "~2.1.0"
14 },
15 "scripts": {
16 "test": "make test"
17 }
18}