gear-cli
Version:
Adds CLI to Gearbox
36 lines (35 loc) • 743 B
JSON
{
"name": "gear-cli",
"description": "Adds CLI to Gearbox",
"version": "0.0.4",
"author": "Tim Needham",
"keywords": [
"gearbox",
"gear",
"cli"
],
"main": "./gear/index.js",
"dependencies": {
"argparse": "1.0.4",
"sprintf-js": "1.0.3",
"underscore": "1.8.3",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"chai": "3.2.0",
"gearbox": "0.0.6",
"istanbul": "0.3.18",
"mocha": "2.2.5"
},
"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/gear-cli"
},
"bugs": {
"url": "https://github.com/wmfs/gear-cli/issues"
}
}