forked from metafloor/bwip-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 993 Bytes
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bwip-js",
"version": "1.7.1",
"description": "JavaScript barcode generator supporting over 90 types and standards.",
"main": "node-bwipjs.js",
"module": "browser-bwipjs.js",
"browser": "browser-bwipjs.js",
"bin": {
"bwip-js": "./bin/node-bwipjs.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/metafloor/bwip-js.git"
},
"keywords": [
"bar code",
"generator",
"barcode",
"javascript",
"node",
"react",
"browser",
"itf",
"gs1",
"upc",
"ean",
"pdf417",
"matrix",
"data",
"datamatrix",
"qrcode",
"databar",
"code128",
"code93",
"code39"
],
"author": "Mark Warren <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafloor/bwip-js/issues"
},
"homepage": "https://github.com/metafloor/bwip-js",
"dependencies": {
"argv": "0.0.2"
}
}