forked from viral-vector/vue-upload-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 826 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
36
{
"name": "vue-upload-image",
"version": "1.1.2",
"description": "Configurable image preview & ajax up-loader",
"main": "dist/upload_image.vue",
"repository": {
"type": "git",
"url": "https://github.com/viral-vector/vue-upload-image.git"
},
"keywords": [
"vue-image-upload",
"vue.js image uploader",
"vue.js image",
"vue image.js",
"vue.js uploader",
"vue.js",
"image",
"upload",
"multiple",
"component",
"vue-component",
"vue-upload-component"
],
"author": {
"name": "viral-vector",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/viral-vector/vue-upload-image/issues"
},
"homepage": "https://github.com/viral-vector/vue-upload-image",
"dependencies": {
"exif-js": "^2.3.0"
}
}