|
|
|
@ -1,13 +1,14 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "vue-upload-component",
|
|
|
|
"name": "vue-upload-component",
|
|
|
|
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
|
|
|
|
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
|
|
|
|
"version": "2.4.0-beta.10",
|
|
|
|
"version": "2.4.0-beta.11",
|
|
|
|
"author": "LianYue",
|
|
|
|
"author": "LianYue",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"dev": "webpack-dev-server --inline --hot",
|
|
|
|
"dev": "webpack-dev-server --inline --hot",
|
|
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.min.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.js"
|
|
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.min.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.js"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"main": "dist/vue-upload-component.js",
|
|
|
|
"main": "dist/vue-upload-component.js",
|
|
|
|
|
|
|
|
"unpkg": "dist/vue-upload-component.js",
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/lian-yue/vue-upload-component.git"
|
|
|
|
"url": "git+https://github.com/lian-yue/vue-upload-component.git"
|
|
|
|
|