{
  "name": "<%= name %>",
  "version": "0.0.0",
  "description": "<%= description %>",
  "private": <%= private %>,
  "keywords": [
  ],
  "scripts": {
    "dev": "lucas watch",
    "dist": "lucas build -p",
    "doc": "lucas doc",
    "deploy": "lucas build --no-color"<% if (unit) { %>,
    "test": "lucas test karma start --single-run"<% } %>
  },
  "license": "<%= license %>",
  "dependencies": {
    "vue": "^2.0.1",
    "vue-loader": "^9.5.1",
    "vue-async-data": "^1.0.2",
    "vue-router": "^2.0.1",
    "wind-dom": "0.0.3",
    "vuex": "^2.0.0"
  }
}
