forked from iSuslov/node-printer
-
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) · 991 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 991 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": "c410-printer",
"description": "Create and manage one or multiple printers (w/ CUPS), send file path or node buffer with support for all lp options. Get feedback on jobs you sent.",
"version": "1.1.1",
"homepage": "https://github.com/c410solutions/c410-printer",
"keywords": [
"printer",
"print",
"cups",
"node v12.x",
"lp",
"job"
],
"author": "Caio Araujo <caiofaar@gmail.com>",
"main": "./printer",
"scripts": {
"test": "jasmine"
},
"bugs": {
"mail": "",
"url": "https://github.com/c410solutions/c410-printer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/c410solutions/c410-printer.git"
},
"engines": {
"node": ">=12.16.1"
},
"dependencies": {
"sync-exec": ">=0.6.2"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/c410solutions/c410-printer/master/LICENCE"
}
],
"devDependencies": {
"jasmine": "^2.3.1"
}
}