guppy-cli
Version:
Commandline functionality for git-guppy
44 lines (43 loc) • 932 B
JSON
{
"name": "guppy-cli",
"version": "1.0.1",
"description": "Commandline functionality for git-guppy",
"main": "index.js",
"bin": {
"guppy": "./bin/index.js"
},
"scripts": {
"test": "faucet test.js",
"lint": "jshint .",
"update": "updtr"
},
"repository": {
"type": "git",
"url": "https://github.com/therealklanni/guppy-cli.git"
},
"keywords": [
"guppy"
],
"author": {
"name": "Kevin Lanni",
"url": "https://github.com/therealklanni"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/therealklanni/guppy-cli/issues"
},
"homepage": "https://github.com/therealklanni/guppy-cli",
"dependencies": {
"async": "^1.5.2",
"map-stream": "0.0.6",
"shelljs": "^0.5.3",
"vinyl-fs": "^2.4.3",
"yargs": "^3.32.0"
},
"devDependencies": {
"faucet": "0.0.1",
"proxyquire": "^1.7.10",
"tape": "^4.0.0",
"updtr": "^0.2.1"
}
}