Renamed plugin to cordova-plugin-cszbar + added NPM package.json
This commit is contained in:
parent
5c4935ea8e
commit
fbb4a31d39
43
package.json
Normal file
43
package.json
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"name": "cordova-plugin-cszbar",
|
||||||
|
"version": "1.3.1",
|
||||||
|
"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"
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.cloudsky.cordovaplugins.zbar" version="1.3.1">
|
id="cordova-plugin-cszbar" version="1.3.1">
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=3.0.0" />
|
<engine name="cordova" version=">=3.0.0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user