-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.39 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "into-the-woods",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cordova-android": "^6.3.0",
"cordova-browser": "^5.0.4",
"cordova-plugin-background-mode": "^0.7.2",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-console": "~1.0.2",
"cordova-plugin-device": "~1.1.1",
"cordova-plugin-device-motion": "~1.2.0",
"cordova-plugin-device-orientation": "~1.0.7",
"cordova-plugin-dialogs": "~1.2.0",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-media": "^5.0.2",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-vibration": "~2.1.6",
"cordova-plugin-screen-orientation": "^3.0.1",
"cordova-plugin-whitelist": "^1.3.3",
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.1",
"leaflet.offline": "^1.0.4",
"phonegap": "^8.2.2",
"uglify-js": "^3.4.9"
},
"cordova": {
"plugins": {
"cordova-plugin-device-orientation": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-device-motion": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-camera": {}
},
"platforms": [
"browser"
]
}
}