forked from dflourusso/v-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "vue-files-upload",
"version": "3.1.6",
"description": "File input component for Vue.js fork from v-file-upload <Daniel Fernando Lourusso>",
"author": "Roman Kapralov <[email protected]>",
"main": "dist/v-file-upload.js",
"license": "MIT",
"scripts": {
"dist": "poi build src/v-file-upload.js",
"dist:demo": "poi build ./demo/index.js -c ./poi.config.demo.js",
"start": "poi ./demo/index.js"
},
"files": [
"dist/"
],
"keywords": [
"vue",
"upload",
"file-upload",
"vue-upload",
"vue-file-upload",
"upload-vue",
"file-upload-vue",
"v-upload",
"vue-files-upload"
],
"repository": {
"type": "git",
"url": "git+https://github.com/glissmedia/vue-files-upload.git"
},
"bugs": {
"url": "https://github.com/glissmedia/vue-files-upload/issues"
},
"homepage": "https://github.com/glissmedia/vue-files-upload#readme"
}