20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "etikettengenerator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"barcode": "^0.1.0",
|
|
"bluebird": "^3.5.0",
|
|
"bwip-js": "^1.3.3",
|
|
"js-shortid": "^0.1.1",
|
|
"pdfkit": "^0.8.2",
|
|
"shortid": "^2.2.8"
|
|
}
|
|
}
|