-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 961 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 961 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
36
37
38
39
40
41
42
{
"name": "node-excelvan",
"version": "0.1.3",
"description": "A nodejs library to manipulate ExcelVan ESC/POS printers.",
"homepage": "https://github.com/carlevans719/node-excelvan",
"author": "Carl Evans <carlevans71969@gmail.com>",
"license": "MIT",
"main": "escpos",
"repository": {
"type": "git",
"url": "https://github.com/carlevans719/node-excelvan.git"
},
"bugs": {
"url": "https://github.com/carlevans719/node-excelvan/issues"
},
"keywords": [
"escpos",
"usb",
"printer",
"receipt",
"thermal"
],
"dependencies": {
"get-pixels": "^3.3.0",
"iconv-lite": "*",
"ink-docstrap": "^0.3.0-0",
"jimp": "^0.2.24",
"pdf-image": "^1.1.0",
"usb": "*"
},
"devDependencies": {
"nodeunit": "*",
"jsdoc": "*",
"grunt": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-watch": "*",
"grunt-jsdoc": "*"
},
"scripts": {
"test": "grunt nodeunit"
}
}