cordova-plugin-cszbar-jsg/package.json
Micael Teweldemedhin 11e0f541b3 Version updated
2016-04-22 13:33:31 +10:00

44 lines
869 B
JSON

{
"name": "cordova-plugin-cszbar",
"version": "1.3.3",
"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"
}