forked from williamkapke/ipp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.43 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.43 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@sealsystems/ipp",
"version": "2.5.0",
"description": "Internet Printing Protocol (IPP) for Node.js",
"keywords": [
"ipp",
"print",
"printing"
],
"scripts": {
"bot": "bot",
"release": "release",
"test": "test-run",
"licenses": "license-checker --production --csv",
"lint": "lint",
"lint:fix": "lint-fix",
"test:coverage": "test-coverage",
"test:coverage:check": "test-coverage-check",
"test:report": "test-report"
},
"homepage": "http://github.com/sealsystems/node-ipp",
"repository": {
"type": "git",
"url": "https://github.com/sealsystems/node-ipp.git"
},
"contributors": [
{
"name": "William Kapke",
"email": "william.kapke@gmail.com"
},
{
"name": "SEAL Systems AG",
"email": "opensource@sealsystems.de",
"url": "https://www.sealsystems.de"
}
],
"devDependencies": {
"@sealsystems/eslint-config-es": "3.6.1",
"@sealsystems/mocha": "4.1.4",
"@sealsystems/semantic-release": "4.0.22",
"concat-stream": "2.0.0",
"express": "4.17.1",
"freeport": "1.0.5",
"pdfkit": "0.11.0",
"raw-body": "2.4.1"
},
"main": "ipp.js",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"license": "MIT",
"release": {
"extends": "@sealsystems/semantic-release/node-module"
},
"publishConfig": {
"access": "public"
},
"dependencies": {}
}