{
  "name": "antd-init",
  "version": "2.0.7",
  "description": "Ant Design boilerplate generator.",
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/antd-init"
  },
  "homepage": "https://github.com/ant-design/antd-init",
  "mail": "chencheng <sorrycc@gmail.com>",
  "license": "MIT",
  "bin": {
    "antd-init": "./bin/antd-init"
  },
  "scripts": {
    "test": "mocha --no-timeouts"
  },
  "dependencies": {
    "inquirer": "^1.0.0",
    "through2": "2.0.x",
    "vinyl-fs": "^2.4.3",
    "which": "1.2.x"
  },
  "devDependencies": {
    "coffee": "^3.2.1",
    "mocha": "2",
    "rimraf": "^2.5.2"
  }
}
