-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 924 Bytes
/
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
{
"name": "openbeautyfacts-cordova-app",
"version": "1.0.0",
"description": "Collaborative database of cosmetics",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/openfoodfacts/openbeautyfacts-cordova-app.git"
},
"author": "Open Food Facts",
"license": "Apache",
"bugs": {
"url": "https://github.com/openfoodfacts/openbeautyfacts-cordova-app/issues"
},
"homepage": "https://github.com/openfoodfacts/openbeautyfacts-cordova-app",
"dependencies": {
"cordova-android": "^13.0.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.3",
"phonegap-plugin-barcodescanner": "^8.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {}
},
"platforms": [
"browser"
]
}
}