{
  "name": "jm-cli",
  "version": "1.2.3",
  "description": "a cli tool for jumore FE team",
  "keywords": [
    "cli",
    "ng",
    "vue"
  ],
  "author": "iceli <woticeli@gmail.com>",
  "repository": "git+https://github.com/jm-team/jm-cli.git",
  "bin": {
    "jm": "./bin/jm"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "conventional-changelog": "^1.1.3",
    "download-git-repo": "^0.2.1",
    "fecs": "^1.2.2",
    "gh-pages": "^1.0.0",
    "husky": "^0.13.3",
    "jsdoc": "^3.4.3",
    "ora": "^1.1.0",
    "shelljs": "^0.7.4",
    "validate-commit-msg": "^2.12.1"
  },
  "bugs": {
    "url": "https://github.com/jm-team/jm-cli/issues"
  },
  "homepage": "https://github.com/jm-team/jm-cli#readme",
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT"
}
