-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
50 lines (50 loc) · 1.03 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
50
{
"name": "ipp-printer",
"version": "1.0.0",
"description": "Create a printer on the network",
"main": "index.js",
"bin": "./bin.js",
"dependencies": {
"bonjour": "^3.0.0",
"debug": "^2.2.0",
"ipp-encoder": "^4.0.2",
"non-private-ip": "^1.3.0",
"once": "^1.3.3",
"pump": "^1.0.1",
"rc": "^1.1.6",
"readable-stream": "^2.0.5",
"unique-concat": "^0.2.2"
},
"devDependencies": {
"standard": "^5.4.1",
"tape": "^4.2.2"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/ipp-printer.git"
},
"keywords": [
"ipp",
"printer",
"print",
"server",
"network",
"bonjour",
"zeroconf",
"mdns",
"multicast"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/ipp-printer/issues"
},
"homepage": "https://github.com/watson/ipp-printer",
"coordinates": [
55.6665721,
12.5800915
]
}