-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.01 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.01 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
{
"name": "com.eduworks.angles.mobile",
"version": "0.0.1",
"displayName": "ANGLES",
"cordova": {
"platforms": [
"android",
"browser"
],
"plugins": {
"cordova-plugin-camera": {},
"cordova-plugin-media": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-filepath": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-video-editor": {}
}
},
"dependencies": {
"apple": "0.0.0",
"cordova-android": "^6.2.3",
"cordova-browser": "^4.1.0",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-filepath": "^1.0.2",
"cordova-plugin-media": "^3.0.1",
"cordova-plugin-media-capture": "^1.4.3",
"cordova-plugin-video-editor": "git+https://github.com/lomilar/cordova-plugin-video-editor.git",
"cordova-plugin-whitelist": "^1.3.2"
}
}