{
  "name": "wzt-plugin-shifting",
  "version": "1.0.4",
  "description": "A simple CLI for publish your projects.",
  "main": "./lib/index.js",
  "bin": {
    "shifting": "./bin/shifting.js"
  },
  "scripts": {
    "release": "release-it",
    "test": "mocha test/*.js",
    "webpack": "webpack --config example/webpack/build/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://hub.imeete.com/wangziteng/shifting"
  },
  "author": "wangziteng",
  "files": [
    "bin",
    "lib"
  ],
  "keywords": [
    "publish",
    "cli",
    "shifting"
  ],
  "homepage": "https://hub.imeete.com/wangziteng/shifting#readme",
  "license": "MIT",
  "dependencies": {
    "async": "^2.6.0",
    "chalk": "^1.1.3",
    "commander": "^2.12.2",
    "inquirer": "^3.3.0",
    "is": "^3.2.1",
    "multimatch": "^2.1.0",
    "ora": "^1.3.0",
    "phpdate-js": "^1.0.3",
    "progress": "^2.0.0",
    "request": "^2.83.0",
    "scp2": "^0.5.0",
    "semver": "^5.4.1",
    "simple-git": "^1.85.0",
    "ssh2shell": "1.8.4",
    "tar-fs": "^1.16.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.14.0",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "jquery": "^3.2.1",
    "mocha": "^3.5.3",
    "release-it": "^7.4.3",
    "webpack": "^2.7.0",
    "wzt-plugin-release-it": "^1.0.7"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
