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
|
{
"name": "stone-island",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cordova": "^6.4.0",
"cordova-ios": "^4.3.1",
"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": {}
}
}
}
|