-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "cordova-plugin-app-name",
"version": "1.0.7",
"description": "A Cordova/PhoneGap plugin that allows you to give you app a name with spaces and special characters and stuff.",
"cordova": {
"id": "cordova-plugin-app-name",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/blakgeek/cordova-plugin-app-name.git"
},
"bugs": {
"url": "https://github.com/blakgeek/cordova-plugin-app-name/issues"
},
"homepage": "https://github.com/blakgeek/cordova-plugin-app-name",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova:plugin",
"spaces",
"app",
"name",
"rename"
],
"license": "MIT",
"dependencies": {
"semver": "^6.3.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"libxmljs": "^0.18.4"
},
"scripts": {
"postversion": "node scripts/sync-plugin-version.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
}
}