tbd-cli
Version:
The cli for The Big Drink, allows the use of the " drink " command.
34 lines (33 loc) • 722 B
JSON
{
"name": "tbd-cli",
"version": "1.1.0",
"description": "The cli for The Big Drink, allows the use of the \" drink \" command.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarellaB/bigdrink.git"
},
"bin": {
"drink": "index.js"
},
"keywords": [
"cli",
"tbd",
"bigdrink",
"drink",
"gulp"
],
"author": "Brandon Marella",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarellaB/bigdrink/issues"
},
"homepage": "https://github.com/MarellaB/bigdrink#readme",
"dependencies": {
"commander": "^2.9.0",
"request": "^2.75.0"
}
}