-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1.24 KB
/
package.json
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
29
30
31
32
33
34
35
{
"name": "com.lyonbros.turtl",
"version": "0.7.2.5",
"displayName": "Turtl",
"dependencies": {
"android-versions": "^1.3.0",
"cc.fovea.cordova.openwith": "file:bundle\\cordova-plugin-openwith",
"com.lyonbros.turtlcore": "bundle/cordova-plugin-turtl-core/",
"com.lyonbros.turtlstore": "bundle/cordova-plugin-turtl-store/",
"cordova-ios": "^4.5.5",
"cordova-plugin-backbutton": "^0.3.0",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git",
"cordova-plugin-intent": "git+https://github.com/napolitano/cordova-plugin-intent.git",
"cordova-plugin-ios-keychain": "git+https://github.com/ionic-team/cordova-plugin-ios-keychain.git",
"cordova-plugin-turtl-core": "file:bundle\\cordova-plugin-turtl-core",
"cordova-plugin-turtl-store": "file:bundle\\cordova-plugin-turtl-store",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"platforms": [
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-file": {},
"com.lyonbros.turtlcore": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ios-keychain": {}
}
},
"devDependencies": {
"js-yaml": "^3.11.0"
}
}