-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.8 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.8 KB
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
{
"name": "fieldmapper",
"displayName": "FieldMapper",
"version": "1.0.0-beta1",
"description": "Fieldwork toolbox for the collection of geotagged data.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FieldMapperApp/FieldMapper.git"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Felix Schott",
"license": "GPL-3.0",
"dependencies": {
"acorn": "^7.1.1",
"bufferutil": "^4.0.1",
"cordova-android": "^8.1.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-geolocation-permission-status": "^1.0.0",
"cordova-plugin-network-information": "^2.0.2",
"fstream": "^1.0.12",
"kind-of": "^6.0.3",
"leaflet": "^1.6.0",
"leaflet-easybutton": "^2.4.0",
"minimist": "^1.2.5",
"mobileui": "^1.1.19",
"serialize-javascript": "^3.0.0",
"sortablejs": "^1.10.2",
"utf-8-validate": "^5.0.2"
},
"devDependencies": {
"cordova-plugin-webpack": "^0.4.7",
"cordova-plugin-whitelist": "^1.3.4",
"css-loader": "^3.2.0",
"eslint": "^6.8.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"webpack": "^4.41.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-webpack": {},
"cordova-plugin-device": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-network-information": {},
"cordova-plugin-geolocation-permission-status": {},
"cordova-plugin-file": {}
},
"platforms": [
"browser",
"android"
]
}
}