forked from okhiroyuki/cordova-plugin-barcodescanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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": "cordova-plugin-ns0m-barcodescanner",
"version": "9.3.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": "cordova-plugin-ns0m-barcodescanner",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"repository": "github:ns0m/cordova-plugin-ns0m-barcodescanner",
"bugs": "https://github.com/ns0m/cordova-plugin-ns0m-barcodescanner/issues",
"keywords": [
"cordova",
"barcode",
"scanner",
"qrcode",
"qr",
"scan",
"camera",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"scripts": {
"test": "jasmine-node --color spec"
},
"author": "Adobe PhoneGap Team",
"license": "MIT",
"dependencies": {
"nopt": "^5.0.0",
"shelljs": "^0.8.3"
},
"devDependencies": {
"jasmine-node": "^3.0.0",
"pluginpub": "^0.0.9"
}
}