forked from lorentzlasson/cordova-hot-code-push
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "cordova-hot-code-push-plugin",
"version": "1.5.3",
"description": "Cordova plugin to perform code updates on the fly",
"cordova": {
"id": "cordova-hot-code-push-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordnet/cordova-hot-code-push.git"
},
"keywords": [
"cordova",
"nordnet",
"mobile",
"code",
"update",
"push",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=4.2.0"
}
],
"dependencies": {
"fs": "0.0.1-security",
"glob": "^7.1.3",
"shelljs": "^0.8.3",
"xcode": "^2.0.0",
"xml2js": "^0.4"
},
"author": "Nikolay Demyankov for Nordnet Bank AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/nordnet/cordova-hot-code-push/issues"
},
"homepage": "https://github.com/nordnet/cordova-hot-code-push#readme"
}