forked from cmqiong/vue-upload-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 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
37
38
39
40
{
"name": "vue-upload-cropper",
"version": "1.0.5",
"description": "整合了一些常用的表单验证正则规则,返回 elementUI Form 的表单验证规则",
"dependencies": {
"vue-cropper": "^0.2.9"
},
"scripts": {
"publish": "standard-version -r patch"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cmqiong/vue-upload-cropper.git"
},
"keywords": [
"vue",
"upload",
"cropper",
"ELUplaod",
"vue-cropper",
"upload-cropper",
"elementui-upload",
"vue-cropper-component",
"图片裁剪",
"剪裁上传"
],
"author": "cmqiong",
"license": "ISC",
"maintainers": [
{
"name": "cmqiong",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/cmqiong/vue-upload-cropper/issues"
},
"homepage": "https://github.com/cmqiong/vue-upload-cropper#readme"
}