forked from birchroad/node-barc
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 687 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 687 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
{
"author": "Cristóbal Maldonado W. <cristobal.maldonado@gmail.com>",
"name": "barcode-generator",
"description": "Library for creating 1D barcodes with node.js",
"keywords": ["barcode", "code 128"],
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/cristobal151/node-barcode-generator.git"
},
"bugs": {
"web":"https:///github.com/cristobal151/node-barcode-generator/issues"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"canvas": "*"
},
"devDependencies": {},
"licenses": [
{
"type": "MIT"
}
],
"contributors": [
"Tümay Çeber <tumayceber@gmail.com>"
]
}