-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.06 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "npos",
"version": "0.1.19",
"description": "A ESC/POS library for node.js",
"homepage": "",
"author": {
"name": "taoyuan",
"email": "[email protected]",
"url": ""
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"esc",
"pos",
"escpos",
"parse",
"parser",
"print",
"printer",
"thermal",
"image",
"graphic",
"bitmap"
],
"dependencies": {
"bluebird": "^3.4.7",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.4",
"lwim": "^0.1.3",
"mutable-buffer": "^2.0.3",
"proback": "^1.0.3"
},
"optionalDependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"hexy": "^0.2.8",
"jimp": "^0.2.27",
"qr-image": "^3.2.0",
"usb": "^1.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"pdfkit": "^0.8.0",
"tessocr": "^0.1.3"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "taoyuan/npos",
"scripts": {
"test": "mocha"
},
"license": "MIT"
}