Skip to content

Commit 77bf914

Browse files
committed
Update package.json
1 parent cbf0084 commit 77bf914

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
{
22
"name": "vue-ssr-starter-kit",
3+
"version": "0.0.0",
34
"description": "A Vue.js project wuth vue 2.0, vue-router and vuex for server side rendering.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/doabit/vue-ssr-starter-kit.git"
8+
},
9+
"keywords": [
10+
"vue",
11+
"vuex",
12+
"vue-router",
13+
"webpack",
14+
"starter",
15+
"server-side",
16+
"boilerplate"
17+
],
418
"author": "doabit <[email protected]>",
5-
"private": true,
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/doabit/vue-ssr-starter-kit/issues"
22+
},
23+
"homepage": "https://github.com/doabit/vue-ssr-starter-kit#readme",
624
"scripts": {
725
"start": "NODE_ENV=production node server",
826
"dev": "node server",

0 commit comments

Comments
 (0)