cyberbot-cli
Version:
Cyberbot CLI
21 lines (20 loc) • 451 B
JSON
{
"name": "cyberbot-cli",
"version": "0.0.2",
"description": "Cyberbot CLI",
"main": "./bin/cyberbot-cli.js",
"bin": "./bin/cyberbot-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cyberbot",
"cyberbot cli"
],
"author": "Max Gram <dev@maxgram.com> (http://maxgram.com)",
"license": "MIT",
"dependencies": {
"commander": "^2.15.0",
"resolve-cwd": "^2.0.0"
}
}