hb
Version:
Hummingbird generator & cli.
31 lines (30 loc) • 624 B
JSON
{
"name": "hb",
"version": "0.0.0",
"description": "Hummingbird generator & cli.",
"main": "./bin/hb.js",
"bin": "./bin/hb.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chapmanu/hb"
},
"keywords": [
"hummingbird",
"streaming",
"social",
"media"
],
"author": "Chapman University",
"license": "MIT",
"bugs": {
"url": "https://github.com/chapmanu/hb/issues"
},
"homepage": "https://github.com/chapmanu/hb",
"dependencies": {
"yargs": "^1.2.1",
"ncp": "^0.5.0"
}
}