forked from tony-xlh/cordova-plugin-dynamsoft-barcode-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 909 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
33
34
35
36
{
"author": {
"name": "Xu Lihang"
},
"bugs": {
"url": "https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-dynamsoft-barcode-reader",
"platforms": [
"ios",
"android"
]
},
"deprecated": false,
"description": "Plugin for Dynamsoft Barcode Reader",
"homepage": "https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader#readme",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"barcode"
],
"license": "Apache 2.0",
"name": "cordova-plugin-dynamsoft-barcode-reader",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader.git"
},
"version": "1.7.0",
"dependencies": {}
}