forked from ionic-team/cordova-plugin-ionic-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 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-ionic-webview",
"version": "2.0.3",
"description": "The official Ionic's WKWebView Engine Plugin",
"main": "index.js",
"scripts": {
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",
"version": "npm run sync_plugin_xml && git add plugin.xml",
"deploy": "np --yolo"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/cordova-plugin-ionic-webview"
},
"bugs": {
"url": "https://github.com/ionic-team/cordova-plugin-ionic-webview/issues"
},
"keywords": [
"cordova",
"wkwebview"
],
"author": "Ionic Team",
"license": "Apache-2.0",
"devDependencies": {
"np": "^3.0.4",
"sync-cordova-xml": "^0.4.0"
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=6.4.0",
"cordova-ios": ">=4.0.0-dev"
}
}
}
}