forked from EddyVerbruggen/cordova-plugin-app-icon-changer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 874 Bytes
/
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
{
"name": "cordova-plugin-app-icon-changer",
"version": "1.0.0",
"description": "Change the homescreen icon of your app from code.",
"cordova": {
"id": "cordova-plugin-app-icon-changer",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddyVerbruggen/cordova-plugin-app-icon-changer.git"
},
"keywords": [
"Icon Changer",
"Home icon",
"icon",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.5.0"
}
],
"author": "Eddy Verbruggen <[email protected]> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/cordova-plugin-app-icon-changer/issues"
},
"homepage": "https://github.com/EddyVerbruggen/cordova-plugin-app-icon-changer#readme"
}