forked from mihhail-lapushkin/cordovahook-patch-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.02 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
{
"name": "cordovahook-patch-platform",
"description": "Declaratively describe a set of modifications/patches to be applied to the added platform",
"version": "0.2.2",
"homepage": "https://github.com/mihhail-lapushkin/cordovahook-patch-platform",
"author": {
"name": "Mihhail Lapushkin",
"email": "[email protected]",
"url": "http://www.linkedin.com/in/mihhail"
},
"repository": {
"type": "git",
"url": "git://github.com/mihhail-lapushkin/cordovahook-patch-platform.git"
},
"bugs": {
"url": "https://github.com/mihhail-lapushkin/cordovahook-patch-platform/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/mihhail-lapushkin/cordovahook-patch-platform/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"fs-extra": "^0.16.0",
"node-xml-lite": "^0.0.3"
},
"keywords": [
"cordova hook",
"cordovahook",
"cordova",
"patch",
"platform",
"splashes",
"icon",
"splashscreen",
"splash"
]
}