forked from williamkapke/ipp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 753 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 753 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
{
"name": "@united-codes/ipp",
"version": "2.0.2",
"description": "Internet Printing Protocol (IPP) for nodejs",
"keywords": [
"ipp",
"print",
"printing"
],
"homepage": "http://github.com/williamkapke/ipp",
"repository": {
"type": "git",
"url": "https://github.com/williamkapke/ipp.git"
},
"author": {
"name": "William Kapke",
"email": "william.kapke@gmail.com"
},
"devDependencies": {
"concat-stream": "^1.6.0",
"mdns": "^2.3.3",
"pdfkit": "^0.8.3"
},
"main": "ipp.js",
"engines": {
"node": ">4.0.0"
},
"publishConfig": {
"@united-codes:registry": "https://git.unitedcodes.com/api/v4/projects/26/packages/npm/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}