graph-cli
Version:
Open Graph API command line interface (shell)
42 lines (41 loc) • 874 B
JSON
{
"name": "graph-cli",
"version": "0.0.1",
"description": "Open Graph API command line interface (shell)",
"keywords": [
"pirate",
"party",
"graph",
"api",
"cli",
"shell"
],
"author": {
"name": "Pirate Party Czech Republic",
"email": "dev@pirati.cz"
},
"license": "LGPL-3.0+",
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/pirati-cz/graph-cli.git"
},
"preferGlobal": "true",
"bin": {
"graph": "./bin/graph-cli.js"
},
"scripts": {
"test": "coffee -o ./test/lib/ -c ./test/src/ && mocha -R spec ./test/lib",
"prepublish": "coffee -o ./lib/ -c ./src/"
},
"devDependencies": {
"async": "~0.2.9",
"mocha": "~1.16.2",
"should": "~2.1.1",
"coffee-script": "~1.6.3"
},
"dependencies": {
"yargs": "~1.2.1",
"graph-common": "~0.0.2"
}
}