forked from alepee/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 934 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 934 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
{
"name": "node-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.0.2",
"homepage": "http://github.com/alepee/node-printer",
"keywords": [
"printer",
"print",
"cups",
"lp",
"job"
],
"author": "Antoine Lépée <alepee@gmail.com>",
"main": "./printer",
"scripts": {
"test": "jasmine"
},
"bugs": {
"mail": "",
"url": "http://github.com/alepee/node-printer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alepee/node-printer.git"
},
"engines": {
"node": ">=0.11.12"
},
"dependencies": {
"underscore": ">=1.3.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/alepee/node-printer/raw/master/LICENSE"
}
],
"devDependencies": {
"jasmine": "^2.3.1"
}
}