{
  "name": "<%= ctx.name %>",
  "version": "<%= ctx.version %>",
  "main": "dist/index.js",
  "author": "<%= ctx.author %>",
  "scripts": {
    "start": "gulp start",
    "build": "gulp build"
  },
  "description": "<%= ctx.description %>",
  "repository": {
    "type": "git",
    "url": "<%= ctx.repository %>"
  },
  "license": "MIT",
  "README": "README.md",
  "devDependencies": {
    "@ali/visualengine": "^1.0.0",
    "@ali/visualengine-controls": "^1.0.0",
    "babel-core": "^6.3.26",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "browser-sync": "^2.10.1",
    "css-loader": "^0.23.1",
    "gulp": "^3.9.0",
    "gulp-util": "^3.0.7",
    "less-loader": "~2.2.2",
    "style-loader": "^0.13.0",
    "stylus-loader": "^1.4.3",
    "svg-react-loader": "^0.3.2",
    "webpack": "^1.12.9",
    "wrapper-webpack-plugin": "^0.1.6"
  }
}
