-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 886 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
33
34
35
36
{
"name": "mapping-kiosk",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Mapping Kiosk",
"cordovaId": "org.cordova.quasar.app",
"author": "jan paul almanoche <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@opentok/client": "^2.16.3",
"@quasar/extras": "^1.0.0",
"axios": "^0.19.0",
"cordova": "^9.0.0",
"global": "^4.4.0",
"quasar": "^1.0.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"devtron": "^1.4.0",
"electron": "^5.0.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^13.1.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}