forked from phiamo/cordova-plugin-inappupdatemanager
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
26 lines (26 loc) · 774 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
{
"name": "cordova-plugin-inappupdatemanager",
"version": "1.0.0",
"description": "A cordova plugin to support in-app updates in Android and IOS.",
"cordova": {
"id": "cordova-plugin-inappupdatemanager",
"platforms": []
},
"repository": {
"type": "git",
"url": "git+https://github.com/phiamo/cordova-plugin-inappupdatemanager.git"
},
"keywords": [
"ecosystem:cordova"
],
"contributors": [
"Partha Roy"
],
"author": "Philipp A. Mohrenweiser",
"license": "ISC",
"bugs": {
"url": "https://github.com/phiamo/cordova-plugin-inappupdatemanager/issues"
},
"homepage": "https://github.com/phiamo/cordova-plugin-inappupdatemanager#readme",
"types": "./types/index.d.ts"
}