summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
blob: 455528cc8a0d1880f7b8c7e6c1fb7b5f14b92d78 (plain)
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
{
    "name": "stone-island",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "dependencies": {
        "cordova": "^6.4.0",
        "cordova-ios": "^4.3.1",
        "cordova-plugin-firebase": "^0.1.24",
        "cordova-plugin-statusbar": "^2.2.3",
        "cordova-plugin-whitelist": "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",
    "cordova": {
        "plugins": {
            "cordova-plugin-whitelist": {},
            "cordova-plugin-statusbar": {},
            "cordova-plugin-firebase": {}
        }
    }
}