Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
doabit committed Aug 7, 2016
1 parent cbf0084 commit 77bf914
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"name": "vue-ssr-starter-kit",
"version": "0.0.0",
"description": "A Vue.js project wuth vue 2.0, vue-router and vuex for server side rendering.",
"repository": {
"type": "git",
"url": "git+https://github.com/doabit/vue-ssr-starter-kit.git"
},
"keywords": [
"vue",
"vuex",
"vue-router",
"webpack",
"starter",
"server-side",
"boilerplate"
],
"author": "doabit <[email protected]>",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/doabit/vue-ssr-starter-kit/issues"
},
"homepage": "https://github.com/doabit/vue-ssr-starter-kit#readme",
"scripts": {
"start": "NODE_ENV=production node server",
"dev": "node server",
Expand Down

0 comments on commit 77bf914

Please sign in to comment.