doc: update package.json
... | ... | @@ -4,7 +4,6 @@ |
"description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features", | ||
"author": "Pan <panfree23@gmail.com>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js", | ||
... | ... | @@ -12,6 +11,20 @@ |
"lint": "eslint --ext .js,.vue src", | ||
"test": "npm run lint" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"element-ui", | ||
"admin", | ||
"management-system", | ||
"admin-template" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/PanJiaChen/vue-element-admin/issues" | ||
}, | ||
"dependencies": { | ||
"axios": "0.17.1", | ||
"clipboard": "1.7.1", | ||
... | ... |
Please register or sign in to comment