-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 733 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "node-zbardecoder",
"version": "0.0.2",
"description": "Bar/Qr code image decoder",
"main": "index.js",
"scripts": {
"install": "node-gyp configure && node-gyp build"
},
"keywords": [
"bar",
"qr",
"decoder",
"zbar",
"barcode",
"Code-128",
"EAN-13",
"Code-39",
"Codabar",
"Code-93",
"EAN-8",
"Standard/Industrial 2 of 5",
"Interleaved 2 of 5"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ivfisunov/node-zbardecoder"
},
"homepage": "https://github.com/ivfisunov/node-zbardecoder#readme",
"author": "Ivan Fisunov",
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^2.0.0"
}
}