forked from phonegap/phonegap-plugin-barcodescanner
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 947 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
35
36
{
"name": "@red-mobile/cordova-plugin-barcodescanner",
"version": "9.1.0",
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",
"cordova": {
"id": "@red-mobile/cordova-plugin-barcodescanner",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova:plugin"
],
"author": "Adobe PhoneGap Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/okhiroyuki/cordova-plugin-barcodescanner/issues"
},
"homepage": "https://github.com/okhiroyuki/cordova-plugin-barcodescanner#readme",
"scripts": {
"test": "npx jasmine"
},
"devDependencies": {
"jasmine": "5.1.0"
},
"dependencies": {
"nopt": "7.2.0",
"shelljs": "0.8.5"
}
}