forked from wymsee/cordova-imagePicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "@zenput/cordova-plugin-image-picker",
"version": "23.11.2-H08M54S23",
"description": "Allows selection of multiple images from the camera roll/gallery in a Cordova app",
"author": "Zenput",
"cordova": {
"id": "@zenput/cordova-plugin-image-picker",
"platforms": [
"ios",
"android",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenput/cordova-plugin-image-picker.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"zenput",
"images"
],
"scripts": {
"lint": "eslint www/ src/windows/",
"lint:fix": "eslint www/ src/windows/ --fix",
"preversion": "npm run lint",
"version": "node scripts/update-version-num.js $npm_package_version && git add --all .",
"calversion": "TIMESTAMP=$(date '+%y.%-m.%-d-H%HM%MS%S') && echo $TIMESTAMP && npm version $TIMESTAMP",
"postversion": "git push && git push --tags",
"make:draft": "run-s calversion publish:draft",
"publish:draft": "npm publish --tag draft"
},
"devDependencies": {
"eslint": "5.12.0",
"npm-run-all": "4.1.5",
"xml-js": "1.6.9"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zenput/cordova-plugin-image-picker/issues"
},
"homepage": "https://github.com/zenput/cordova-plugin-image-picker#readme"
}