{
  "name": "@limejs/cli",
  "version": "1.1.5",
  "description": "Simple CLI for scaffolding lime projects",
  "main": "index.js",
  "bin": {
    "lime": "./bin/lime"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/limejs/lime-cli.git"
  },
  "keywords": [
    "lime",
    "limejs",
    "lime.js",
    "cli",
    "frontend"
  ],
  "files": [
    "index.js",
    "lib",
    "core",
    "cmds",
    "bin"
  ],
  "author": "sheldoncui",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/limejs/lime-cli/issues"
  },
  "homepage": "https://github.com/limejs/lime-cli#readme",
  "dependencies": {
    "async": "^2.6.2",
    "boxen": "^3.0.0",
    "chalk": "^2.4.2",
    "cli-table": "^0.3.1",
    "co": "^4.6.0",
    "co-prompt": "^1.0.0",
    "commander": "^2.11.0",
    "conf": "^2.0.0",
    "consolidate": "^0.15.1",
    "debug": "^4.1.0",
    "download-git-repo": "^1.0.1",
    "git-url-parse": "^11.1.2",
    "handlebars": "^4.1.0",
    "inquirer": "^6.2.2",
    "metalsmith": "^2.3.0",
    "multimatch": "^3.0.0",
    "opn": "^5.4.0",
    "ora": "^3.1.0",
    "read-metadata": "^1.0.0",
    "request": "^2.88.0",
    "shelljs": "^0.7.8",
    "user-home": "^2.0.0",
    "yargs": "^9.0.1"
  }
}
