summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
commit8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch)
tree6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/package.json
parent531c60ee7ecbee516812d560b63a8317c3cf3590 (diff)
iphone x fixes
Diffstat (limited to 'StoneIsland/package.json')
-rw-r--r--StoneIsland/package.json112
1 files changed, 56 insertions, 56 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json
index ae147cb7..e5bd4d5b 100644
--- a/StoneIsland/package.json
+++ b/StoneIsland/package.json
@@ -1,59 +1,59 @@
{
- "name": "stone-island",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "cordova": "^6.4.0",
- "cordova-android": "^6.2.3",
- "cordova-ios": "^4.4.0",
- "cordova-plugin-app-name": "^1.0.4",
- "cordova-plugin-console": "~1.0.4",
- "cordova-plugin-customurlscheme": "~4.2.0",
- "cordova-plugin-device": "~1.1.3",
- "cordova-plugin-dialogs": "~1.3.0",
- "cordova-plugin-geolocation": "~2.4.0",
- "cordova-plugin-inappbrowser": "~1.5.0",
- "cordova-plugin-network-information": "~1.3.0",
- "cordova-plugin-splashscreen": "~4.0.0",
- "cordova-plugin-statusbar": "^2.2.3",
- "cordova-plugin-whitelist": "1",
- "cordova-plugin-x-socialsharing": "~5.1.3",
- "ionic-plugin-keyboard": "~2.2.1",
- "ios-deploy": "^1.9.0",
- "phonegap-plugin-push": "^2.0.0"
+ "name": "stone-island",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "dependencies": {
+ "cordova": "^6.4.0",
+ "cordova-android": "^6.2.3",
+ "cordova-ios": "^4.5.2",
+ "cordova-plugin-app-name": "^1.0.4",
+ "cordova-plugin-customurlscheme": "~4.2.0",
+ "cordova-plugin-device": "~1.1.3",
+ "cordova-plugin-dialogs": "~1.3.0",
+ "cordova-plugin-geolocation": "~2.4.0",
+ "cordova-plugin-inappbrowser": "~1.5.0",
+ "cordova-plugin-network-information": "~1.3.0",
+ "cordova-plugin-splashscreen": "~4.0.0",
+ "cordova-plugin-statusbar": "^2.2.3",
+ "cordova-plugin-whitelist": "1",
+ "cordova-plugin-x-socialsharing": "~5.1.3",
+ "ionic-plugin-keyboard": "~2.2.1",
+ "ios-deploy": "^1.9.0",
+ "phonegap-plugin-push": "^1.9.2"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "start": "cordova emulate ios --target=\"iPhone-7, 10.2\""
+ },
+ "author": "",
+ "license": "UNLICENSED",
+ "cordova": {
+ "plugins": {
+ "cordova-plugin-whitelist": {},
+ "cordova-plugin-statusbar": {},
+ "cordova-plugin-app-name": {
+ "APP_NAME": "Stone Island"
+ },
+ "cordova-plugin-customurlscheme": {
+ "URL_SCHEME": "stoneisland"
+ },
+ "cordova-plugin-device": {},
+ "cordova-plugin-dialogs": {},
+ "cordova-plugin-geolocation": {},
+ "cordova-plugin-inappbrowser": {},
+ "cordova-plugin-network-information": {},
+ "cordova-plugin-splashscreen": {},
+ "cordova-plugin-x-socialsharing": {},
+ "ionic-plugin-keyboard": {},
+ "phonegap-plugin-push": {
+ "SENDER_ID": "85075801930"
+ }
},
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "cordova emulate ios --target=\"iPhone-7, 10.2\""
- },
- "author": "",
- "license": "UNLICENSED",
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-app-name": {
- "APP_NAME": "Stone Island"
- },
- "cordova-plugin-console": {},
- "cordova-plugin-customurlscheme": {
- "URL_SCHEME": "stoneisland"
- },
- "cordova-plugin-device": {},
- "cordova-plugin-dialogs": {},
- "cordova-plugin-geolocation": {},
- "cordova-plugin-inappbrowser": {},
- "cordova-plugin-network-information": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-x-socialsharing": {},
- "ionic-plugin-keyboard": {},
- "phonegap-plugin-push": {}
- },
- "platforms": [
- "android",
- "ios"
- ]
- }
+ "platforms": [
+ "android",
+ "ios"
+ ]
+ }
} \ No newline at end of file