pomelo-cli
Version:
Pomelo command line client for managing pomelo
28 lines • 574 B
JSON
{
"name": "pomelo-cli",
"version": "0.1.4",
"description": "Pomelo command line client for managing pomelo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"pomelo",
"command",
"line",
"maintening"
],
"bin": {
"pomelo-cli": "./bin/pomelo-cli"
},
"dependencies": {
"optimist": ">=0.6.0",
"cliff": ">=0.1.8",
"pomelo-admin": ">=1.0.0",
"pomelo-logger": ">=0.0.3",
"async": ">=0.1.0"
},
"author": "fantasyni",
"license": "MIT"
}