2016-04-13 10:54:40 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-cszbar",
|
2015-10-30 22:14:12 +08:00
|
|
|
"version": "1.3.3",
|
2016-04-13 10:54:40 +08:00
|
|
|
"description": "Plugin to integrate with the ZBar barcode scanning library.",
|
|
|
|
"cordova": {
|
|
|
|
"id": "cordova-plugin-cszbar",
|
|
|
|
"platforms": [
|
|
|
|
"android",
|
|
|
|
"ios"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tjwoon/csZBar.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cszbar",
|
|
|
|
"zbar",
|
|
|
|
"barcode",
|
|
|
|
"qr",
|
|
|
|
"qr code",
|
|
|
|
"scanner",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-android",
|
|
|
|
"cordova-ios"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|