forked from nordnet/cordova-hot-code-push-local-dev-addon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.18 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
51
52
{
"name": "cordova-hot-code-push-local-dev-addon",
"version": "0.4.2",
"description": "Cordova plugin that add's local development feature to the Hot Code Push plugin",
"cordova": {
"id": "cordova-hot-code-push-local-dev-addon",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordnet/cordova-hot-code-push-local-dev-addon.git"
},
"keywords": [
"cordova",
"code",
"update",
"hot code push",
"local",
"development",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova-ios",
"version": ">=3.8"
},
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=4.2.0"
}
],
"dependencies": {
"xml2js": "^0.4.17",
"colors": "^1.1.2",
"simple-plist": "^0.1.4"
},
"author": "Nikolay Demyankov for Nordnet Bank AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/nordnet/cordova-hot-code-push-local-dev-addon/issues"
},
"homepage": "https://github.com/nordnet/cordova-hot-code-push-local-dev-addon#readme"
}