do-cli
Version:
Super basic and alpha cli for the DigitalOcean API.
31 lines (30 loc) • 634 B
JSON
{
"name": "do-cli",
"author": "rtorr",
"repository": {
"type": "git",
"url": "git@github.com:rtorr/do-cli.git"
},
"bugs": "https://github.com/rtorr/do-cli/issues",
"homepage": "https://github.com/rtorr/do-cli",
"keywords": [
"Digital Ocean",
"digitalocean",
"DO",
"cli"
],
"version": "0.0.5",
"dependencies": {
"digitalocean-api": "^0.1.1",
"lodash": "^2.4.1",
"minimist": "^0.1.0"
},
"bin": {
"do-cli": "./bin/do-cli"
},
"license": "The MIT License (MIT)",
"main": "./bin/do-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}