pomelo-cli2
Version: 
Pomelo command line client for managing pomelo
29 lines (28 loc) • 552 B
JSON
{
  "name": "pomelo-cli2",
  "version": "0.1.6",
  "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": "*",
    "cliff": "*",
    "pomelo-admin": "1.0.0",
    "pomelo-logger": "*",
    "async": "*"
  },
  "author": "xiaodong.li",
  "license": "MIT"
}