Skip to content

Commit

Permalink
update packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongxun945 committed Sep 1, 2016
1 parent 1925d3e commit faa5c92
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
build/
config/
test/
node_modules/
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"version": "0.0.2",
"description": "A UI Framework build with Vue.js",
"author": "lihongxun945 <lihongxun945@gmail.com>",
keywords: {
'vum',
'vue mobile',
'vue ui',
'weui'
},
"repository": {
"type": "git",
"url": "https://github.com/lihongxun945/vum"
},
"homepage": "http://demo.getvum.com",
"bugs": {
"url": "https://github.com/lihongxun945/vum/issues"
},
"license": "MIT",
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
Expand Down

0 comments on commit faa5c92

Please sign in to comment.