2016-04-13 10:54:40 +08:00
|
|
|
{
|
2022-05-19 16:26:06 +08:00
|
|
|
"name": "cordova-plugin-cszbar-jsg",
|
|
|
|
"version": "1.4.0",
|
2016-04-13 10:54:40 +08:00
|
|
|
"description": "Plugin to integrate with the ZBar barcode scanning library.",
|
|
|
|
"cordova": {
|
2022-05-19 16:26:06 +08:00
|
|
|
"id": "cordova-plugin-cszbar-jsg",
|
2016-04-13 10:54:40 +08:00
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tjwoon/csZBar.git"
|
|
|
|
},
|
|
|
|
"engines": [
|
|
|
|
{
|
|
|
|
"name": "cordova-android",
|
|
|
|
"version": ">=3.0.0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "cordova-ios",
|
|
|
|
"version": ">=3.0.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"author": "TJ Woon <tj@cloudsky.org>",
|
|
|
|
"license": "Apache 2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tjwoon/csZBar/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tjwoon/csZBar#readme"
|
2022-05-19 16:26:06 +08:00
|
|
|
}
|