forked from dpa99c/cordova-custom-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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": "5.1.0",
"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"
],
"dependencies": {
"q": "^1.4.1",
"lodash": "^4.17.11",
"elementtree": "^0.1.6",
"plist": "^3.0.1",
"xcode": "^1.0.0",
"colors": "1.1.2",
"shelljs": "^0.7.0",
"tostr": "^0.1.0"
},
"devDependencies": {
"jshint": "^2.6.0",
"got": "^6.5.0"
},
"scripts": {
"test": "jshint hooks"
}
}