-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "openfoodfacts-cordova-app",
"version": "1.0.0",
"description": "Collaborative database of food products",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/openfoodfacts/openfoodfacts-cordova-app.git"
},
"author": "Open Food Facts",
"license": "Apache",
"bugs": {
"url": "https://github.com/openfoodfacts/openfoodfacts-cordova-app/issues"
},
"homepage": "https://github.com/openfoodfacts/openfoodfacts-cordova-app",
"dependencies": {
"cordova-android": "^13.0.0",
"cordova-browser": "^7.0.0",
"cordova-ios": "^7.1.1",
"cordova-plugin-camera": "^8.0.0",
"cordova-plugin-file": "^8.1.2",
"cordova-plugin-statusbar": "^4.0.0",
"cordova-plugin-tts": "^0.2.3",
"cordova-plugin-whitelist": "^1.3.5",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {
"CAMERA_USAGE_DESCRIPTION": "Scanning products and taking photos"
},
"cordova-plugin-tts": {},
"cordova-plugin-camera": {},
"cordova-plugin-file": {},
"cordova-plugin-statusbar": {}
},
"platforms": [
"browser",
"ios"
]
}
}