summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/package.json')
-rw-r--r--StoneIsland/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json
index 455528cc..5228669d 100644
--- a/StoneIsland/package.json
+++ b/StoneIsland/package.json
@@ -6,6 +6,7 @@
"dependencies": {
"cordova": "^6.4.0",
"cordova-ios": "^4.3.1",
+ "cordova-plugin-app-name": "^1.0.4",
"cordova-plugin-firebase": "^0.1.24",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "1",
@@ -22,7 +23,10 @@
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
- "cordova-plugin-firebase": {}
+ "cordova-plugin-firebase": {},
+ "cordova-plugin-app-name": {
+ "APP_NAME": "Stone Island"
+ }
}
}
} \ No newline at end of file