summaryrefslogtreecommitdiff
path: root/StoneIsland/package.json
blob: 29c413d05d0f09c14eee51338df5712809dff09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
}