forked from dpa99c/cordova-custom-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (47 loc) · 1.16 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
{
"version": "1.1.8",
"name": "cordova-custom-config",
"cordova_name": "cordova-custom-config",
"description": "Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-custom-config.git"
},
"cordova": {
"id": "cordova-custom-config",
"platforms": [
"android",
"ios"
]
},
"issue": "https://github.com/dpa99c/cordova-custom-config/issues",
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-ios",
"phonegap",
"config",
"configuration",
"plist",
"manifest"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"dependencies": {
"fs-extra": "*",
"lodash": "3.10.1",
"elementtree": "*",
"plist": "*",
"xcode": "*",
"colors": "*",
"tostr": "*",
"dummy": "*"
}
}