-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 721 Bytes
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.codeweb.attendance",
"displayName": "Attendance",
"version": "1.0.0",
"description": "Student ID Scanner for Attendance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "cweitat",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-promise-polyfill": "0.0.2",
"phonegap-plugin-barcodescanner": "^8.0.1"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {}
},
"platforms": [
"android"
]
}
}