forked from tojocky/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 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
31
32
33
34
35
36
37
{
"name": "printer",
"description": "Node.js printer bindings",
"version": "0.2.1",
"homepage": "http://github.com/tojocky/node-printer",
"author": {
"name": "Ion Lupascu",
"url": "http://program-support.co.uk/",
"email": "[email protected]"
},
"contributors": [
"Name Lastname <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/tojocky/node-printer.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-node-gyp": "git://github.com/tojocky/grunt-node-gyp.git",
"grunt-nw-gyp": "git://github.com/tojocky/grunt-nw-gyp.git",
"nodeunit": "*"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/printer"
}