-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"name": "de.dfki.cos.mmir.starterkit",
"displayName": "mmir-stater-kit",
"version": "1.0.0",
"description": "A sample Apache Cordova application for the MMIR framework.",
"main": "index.js",
"scripts": {
"install-mmir-lib": "mmirinstall www/mmirf --force"
},
"keywords": [
"ecosystem:cordova"
],
"author": "DFKI MMIG Team",
"license": "MIT",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-media": "git+https://github.com/mmig/cordova-plugin-media.git#CB-6880-mediaready-state-impl",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-vibration": "^3.1.1",
"mmir-lib": "git+https://github.com/mmig/mmir-lib.git",
"mmir-plugin-speech-android": "git+https://github.com/mmig/mmir-plugin-speech-android.git#mmir-v5"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-media": {},
"cordova-plugin-vibration": {},
"cordova-plugin-network-information": {},
"mmir-plugin-speech-android": {
"MMIR_PLUGIN_MODE": "normal"
}
},
"platforms": [
"android"
]
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4",
"mmir-tooling": "git+https://github.com/mmig/mmir-tooling.git"
}
}