diff options
Diffstat (limited to 'StoneIsland/package.json')
| -rw-r--r-- | StoneIsland/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/StoneIsland/package.json b/StoneIsland/package.json new file mode 100644 index 00000000..ce4416e7 --- /dev/null +++ b/StoneIsland/package.json @@ -0,0 +1,17 @@ +{ + "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" + }, + "author": "", + "license": "UNLICENSED" +} |
