-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 2.24 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
{
"name": "canopycapture",
"displayName": "CanopyCapture",
"version": "1.0.0",
"description": "A digital canopy cover measurement device, created as a more accurate alternative to spherical densiometers. Copyright 2018, Nikhil Patel. All Rights Reserved. Created with contributions from Billy Pierce.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nikhil Patel and Billy Pierce",
"license": "Apache-2.0",
"dependencies": {
"Math": "0.0.1-security",
"cordova": "^8.0.0",
"cordova-android": "^7.1.1",
"cordova-browser": "^5.0.4",
"cordova-icon": "^1.0.0",
"cordova-ios": "^4.5.5",
"cordova-lib": "^8.0.0",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-camera-preview": "git+https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview.git",
"cordova-plugin-device-gyroscope": "^0.2.2",
"cordova-plugin-device-motion": "^2.0.1",
"cordova-plugin-device-orientation": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-screen-orientation": "^3.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-vibration": "^3.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"es6-promise-plugin": "^4.2.2",
"lodash": "^4.0.0",
"node": "^10.8.0",
"npm": "^6.4.0",
"tunnel-agent": "^0.6.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "To analyze your canopy cover photos",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "To analyze your canopy cover photos"
},
"cordova-plugin-camera-preview": {},
"cordova-plugin-vibration": {},
"cordova-plugin-device-orientation": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-file": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}