-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 928 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
38
39
40
41
42
{
"name": "json-api-errors",
"version": "0.3.0",
"description": "JSON api errors formatter",
"main": "errors.js",
"scripts": {
"gen-coverage": "lab --coverage --reporter lcov --output coverage/lcov.info",
"lint": "standard",
"pretest": "npm run lint",
"test": "lab -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theworkflow/json-api-errors.git"
},
"keywords": [
"json",
"api",
"errors",
"formatter",
"restify",
"express",
"hapi",
"koa",
"http",
"https",
"nodejs",
"node",
"npm"
],
"author": "Jeremiah Harlan <jeremiah.harlan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/theworkflow/json-api-errors/issues"
},
"homepage": "https://github.com/theworkflow/json-api-errors#readme",
"devDependencies": {
"code": "3.0.2",
"lab": "11.0.1",
"standard": "8.0.0"
}
}