-
Notifications
You must be signed in to change notification settings - Fork 443
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "printer",
"description": "Node.js printer bindings",
"version": "0.5.3",
"homepage": "https://github.com/tojocky/node-printer",
"author": {
"name": "Ion Lupascu",
"url": "http://program-support.co.uk/",
"email": "[email protected]"
},
"contributors": [
"Thiago Lugli @thiagoelg",
"Eko Eryanto @ekoeryanto"
],
"repository": {
"type": "git",
"url": "https://github.com/tojocky/node-printer.git"
},
"devDependencies": {
"nodeunit": "*",
"prebuild": "^10.0.0",
"prebuild-ci": "^3.1.0"
},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --force --strip --verbose",
"rebuild": "node-gyp rebuild",
"test": "nodeunit test"
},
"binary": {
"module_name": "node_printer",
"module_path": "./lib/",
"host": "https://github.com/tojocky/node-printer/releases/download/",
"remote_path": "v{version}"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/printer",
"dependencies": {
"nan": "^2.14.1",
"prebuild-install": "^5.3.4"
}
}