diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-23 22:06:43 +0200 |
| commit | d793f5f92da6973173452709473e4bdd46a4171f (patch) | |
| tree | 21ad18c1dd8baf3ab6258b77da4df62ba0278a1c /StoneIsland/package.json | |
| parent | af00a4be4be6c3f2eb03f6290834f53dc4a48729 (diff) | |
pushing everything to hub
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json index 29c413d0..5775d82f 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -1,18 +1,24 @@ { - "name": "stone-island", - "version": "1.0.0", - "description": "", - "main": "index.js", - "dependencies": { - "cordova": "^6.4.0", - "cordova-ios": "^4.3.1", - "ios-deploy": "^1.9.0" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "cordova emulate ios --target=\"iPhone-7, 10.2\"" - }, - "author": "", - "license": "UNLICENSED" -} + "name": "stone-island", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": { + "cordova": "^6.4.0", + "cordova-ios": "^4.3.1", + "ios-deploy": "^1.9.0", + "cordova-plugin-whitelist": "1" + }, + "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": {} + } + } +}
\ No newline at end of file |
