Skip to content

Commit fbb4a31

Browse files
committed
Renamed plugin to cordova-plugin-cszbar + added NPM package.json
1 parent 5c4935e commit fbb4a31

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

Diff for: package.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "cordova-plugin-cszbar",
3+
"version": "1.3.1",
4+
"description": "Plugin to integrate with the ZBar barcode scanning library.",
5+
"cordova": {
6+
"id": "cordova-plugin-cszbar",
7+
"platforms": [
8+
"android",
9+
"ios"
10+
]
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/tjwoon/csZBar.git"
15+
},
16+
"keywords": [
17+
"cszbar",
18+
"zbar",
19+
"barcode",
20+
"qr",
21+
"qr code",
22+
"scanner",
23+
"ecosystem:cordova",
24+
"cordova-android",
25+
"cordova-ios"
26+
],
27+
"engines": [
28+
{
29+
"name": "cordova-android",
30+
"version": ">=3.0.0"
31+
},
32+
{
33+
"name": "cordova-ios",
34+
"version": ">=3.0.0"
35+
}
36+
],
37+
"author": "TJ Woon <[email protected]>",
38+
"license": "Apache 2.0",
39+
"bugs": {
40+
"url": "https://github.com/tjwoon/csZBar/issues"
41+
},
42+
"homepage": "https://github.com/tjwoon/csZBar#readme"
43+
}

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3-
id="org.cloudsky.cordovaplugins.zbar" version="1.3.1">
3+
id="cordova-plugin-cszbar" version="1.3.1">
44

55
<engines>
66
<engine name="cordova" version=">=3.0.0" />

0 commit comments

Comments
 (0)