-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 992 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": "cordova-plugin-viewport",
"version": "1.0.5",
"description": "Sets Cordova app's web view to use wide (zoomed out) and device width sized viewport.",
"scripts": {
"version": "sed -i '' -E \"/^<plugin/s/(version=\\\")[^\\\"]+\\\"/\\1${npm_package_version}\\\"/\" plugin.xml; git add plugin.xml",
"postversion": "git push && git push --tags"
},
"cordova": {
"id": "cordova-plugin-viewport",
"platforms": [
"android"
]
},
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-android": ">=5.0.0"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/cakuki/cordova-plugin-viewport.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Can Kutlu Kinay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cakuki/cordova-plugin-viewport/issues"
},
"homepage": "https://github.com/cakuki/cordova-plugin-viewport#readme"
}