-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
30 lines (30 loc) · 841 Bytes
/
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
{
"name" : "printer-lp",
"description" : "Tool to send data to 'lp' binary.",
"version" : "1.0.3",
"homepage" : "http://github.com/armetiz/node-printer-lp",
"keywords" : ["printer", "print", "cups", "lp", "job"],
"author" : "Thomas Tourlourat <thomas@tourlourat.com>",
"main" : "./printer",
"bugs" :
{
"mail" : "",
"url" : "http://github.com/armetiz/node-printer-lp/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/armetiz/node-printer-lp.git"
},
"engines" : {
"node" : ">=0.8.8"
},
"dependencies": {
"underscore": "1.3.3"
},
"licenses" :
[ {
"type" : "MIT",
"url" : "http://github.com/armetiz/node-printer-lp/raw/master/LICENSE"
}
]
}