-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"name": "node-escpos-addon",
"version": "1.0.131",
"description": "a cpp escpos plugin for nodejs and electron",
"main": "./index.js",
"scripts": {
"test": "node test.js",
"build-addon": "node-gyp rebuild",
"build-addon-debug": "node-gyp rebuild --debug",
"build-addon-electron": "node-gyp rebuild --target=1.7.9 --arch=ia32 --dist-url=https://atom.io/download/electron",
"config": "node-gyp configure --nodedir=\"F:\\node\""
},
"keywords": [
"windows",
"cpp",
"escpos",
"addon",
"electron",
"nodejs"
],
"author": "vidy",
"license": "ISC",
"dependencies": {
"iconv-lite": "^0.4.23",
"nan": "^2.10.0"
},
"repository": {
"type": "github",
"url": "https://github.com/boneVidy/node-escpos-addon"
}
}