{
  "name": "ruban",
  "version": "0.2.2",
  "description": "Ruban is a personal tool pack for creating repos.",
  "bin": {
    "ruban": "./bin/ruban.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sorrycc/ruban"
  },
  "homepage": "https://github.com/sorrycc/ruban",
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sorrycc/ruban/issues"
  },
  "keywords": [
    "tool"
  ],
  "scripts": {
    "pub": "npm publish && cnpm sync ruban && tnpm sync ruban"
  },
  "dependencies": {
    "@babel/core": "7.0.0-beta.31",
    "@babel/plugin-transform-modules-commonjs": "7.0.0-beta.31",
    "@babel/register": "7.0.0-beta.31",
    "babel-eslint": "^8.0.1",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-preset-umi": "^0.2.0",
    "camelcase": "^4.1.0",
    "chalk": "^2.0.1",
    "chokidar": "^1.7.0",
    "coveralls": "^2.13.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.2",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.0.1",
    "expect": "^1.20.2",
    "fs-extra": "^4.0.2",
    "husky": "^0.14.2",
    "jsdom": "^9.0.0",
    "lint-staged": "^4.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.4.2",
    "nyc": "^11.0.3",
    "rimraf": "^2.6.1",
    "through2": "^2.0.3",
    "vinyl-fs": "^2.4.4",
    "which": "^1.2.14"
  }
}
