{
  "name": "wepy-cli",
  "version": "1.7.3",
  "description": "",
  "main": "bin/wepy.js",
  "bin": {
    "wepy": "bin/wepy.js"
  },
  "scripts": {
    "build": "babel --presets es2015,stage-1 src/ --out-dir lib/ --source-maps",
    "watch-compile": "npm run build -- --watch",
    "watch": "npm run watch-compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:wepyjs/wepy.git"
  },
  "author": "Gcaufy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wepyjs/wepy/issues"
  },
  "homepage": "https://github.com/wepyjs/wepy#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-1": "^6.16.0"
  },
  "dependencies": {
    "async": "^2.6.0",
    "chalk": "^2.3.0",
    "chokidar": "^1.6.1",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "compare-versions": "^3.0.0",
    "consolidate": "^0.15.0",
    "download": "^6.2.5",
    "download-git-repo": "^1.0.2",
    "handlebars": "^4.0.11",
    "hash-sum": "^1.0.2",
    "ignore": "^3.2.0",
    "inquirer": "^5.0.1",
    "js-base64": "^2.1.9",
    "metalsmith": "^2.3.0",
    "mkdirp": "^0.5.1",
    "multimatch": "^2.1.0",
    "ncp": "^2.0.0",
    "ora": "^1.3.0",
    "postcss": "^5.2.16",
    "postcss-selector-parser": "^2.2.3",
    "read-metadata": "^1.0.0",
    "request": "^2.67.0",
    "tildify": "^1.2.0",
    "time-ago": "^0.2.1",
    "tty-table": "^2.5.5",
    "update-notifier": "^1.0.2",
    "user-home": "^2.0.0",
    "validate-npm-package-name": "^3.0.0",
    "xmldom": "^0.1.27"
  },
  "engines": {
    "node": ">=5.0.0"
  }
}
