giorgio
Version:
A simple CLI for george
32 lines (31 loc) • 604 B
JSON
{
"name": "giorgio",
"version": "1.1.2",
"description": "A simple CLI for george",
"main": "./lib/index.js",
"bin": {
"giorgio": "./bin/giorgio.js"
},
"preferGlobal": "true",
"keywords": [
"University of Waterloo",
"Geese",
"SE212",
"george",
".grg",
"cli"
],
"author": "Philip Scott",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"chokidar": "^1.7.0",
"request": "^2.81.0",
"yargs": "^9.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScottyFillups/giorgio.git"
},
"license": "MIT"
}