-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
32 lines (32 loc) · 973 Bytes
/
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
{
"name": "com.lyonbros.turtl",
"version": "0.7.2.6",
"displayName": "Turtl",
"dependencies": {
"android-versions": "^1.3.0",
"cc.fovea.cordova.openwith": "file:bundle\\cordova-plugin-openwith",
"cordova-android": "^6.3.0",
"cordova-plugin-backbutton": "^0.3.0",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-intent": "git+https://github.com/napolitano/cordova-plugin-intent.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": [
"android"
],
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-file": {},
"com.lyonbros.turtlstore": {},
"com.lyonbros.turtlcore": {},
"cordova-plugin-backbutton": {},
"cc.fovea.cordova.openwith": {}
}
},
"devDependencies": {
"js-yaml": "^3.11.0"
}
}