forked from EinfachHans/cordova-plugin-advanced-imagepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cordova-plugin-advanced-imagepicker",
"version": "1.6.2",
"description": "Cordova Plugin for an advanced (multiple) ImagePicker",
"devDependencies": {
"@commitlint/config-conventional": "13.2.0",
"@saithodev/semantic-release-backmerge": "1.5.3",
"@semantic-release/changelog": "6.0.0",
"@semantic-release/exec": "6.0.1",
"@semantic-release/git": "10.0.0",
"@semantic-release/npm": "8.0.0",
"commander": "9.4.0",
"doctoc": "2.0.1"
},
"scripts": {
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 3"
},
"cordova": {
"id": "cordova-plugin-advanced-imagepicker",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker.git"
},
"keywords": [
"ecosystem:cordova",
"cordova",
"camera",
"advanced",
"image",
"picker",
"imagepicker",
"multiple",
"many",
"video",
"file",
"chooser"
],
"author": "EinfachHans",
"license": "MIT",
"main": "./src/typings/index.js",
"types": "./src/typings/index.d.ts",
"bugs": {
"url": "https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/issues"
},
"homepage": "https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker"
}