-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "br.gov.cprm.ngfieldbook",
"version": "1.0.0",
"displayName": "ng-FieldBook",
"cordova": {
"platforms": [
"browser",
"android"
],
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-network-information": {},
"cordova-plugin-vibration": {}
}
},
"dependencies": {
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-aria": "^1.7.8",
"angular-material": "^1.1.17",
"angular-messages": "^1.7.8",
"angular-route": "^1.7.8",
"cordova-android": "~7.1.4",
"cordova-browser": "^5.0.4",
"cordova-plugin-battery-status": "~1.2.4",
"cordova-plugin-camera": "~2.4.1",
"cordova-plugin-device": "~1.1.6",
"cordova-plugin-dialogs": "~1.3.3",
"cordova-plugin-file": "~4.3.3",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-vibration": "~2.1.5",
"leaflet": "^1.4.0"
}
}