-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
59 lines (59 loc) · 1.25 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
51
52
53
54
55
56
57
58
59
{
"name": "restify-errors",
"version": "8.0.2",
"main": "lib/index.js",
"description": "Collection of Error objects shared across restify components.",
"homepage": "http://www.restify.com",
"author": {
"name": "Alex Liu",
"email": "[email protected]"
},
"contributors": [
"Alex Liu",
"Gergely Nemeth",
"Mark Cavage"
],
"repository": {
"type": "git",
"url": "https://github.com/restify/errors.git"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"restify-errors",
"restify",
"errors",
"custom errors",
"inherit errors",
"http errors",
"http status code",
"rest errors"
],
"scripts": {
"test": "make test"
},
"devDependencies": {
"bunyan": "^1.8.12",
"chai": "^4.2.0",
"conventional-changelog-angular": "^5.0.6",
"conventional-recommended-bump": "^6.0.5",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"mkdirp": "^0.5.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"restify": "^8.5.0",
"restify-clients": "^2.6.7",
"unleash": "^2.0.1"
},
"optionalDependencies": {
"safe-json-stringify": "^1.2.0"
},
"dependencies": {
"@netflix/nerror": "^1.1.3",
"assert-plus": "^1.0.0",
"lodash": "^4.17.21"
}
}