forked from bulaluis/hapi-mongoose-errors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "hapi-mongoose-errors",
"version": "1.0.2",
"description": "Support for transform mongoose errors to different specifications on Hapi.js",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c",
"test-coverage": "./node_modules/lab/bin/lab -t 100",
"test-coverage-html": "./node_modules/lab/bin/lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"keywords": [
"hapi-mongoose-errors",
"hapi",
"mongoose",
"jsonapi"
],
"author": "Luis Miguel Bula Mora <[email protected]>",
"license": "MIT",
"dependencies": {
"mongoose": "^4.1.10",
"hoek": "^2.16.3",
"joi": "^6.9.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"code": "^1.5.0",
"hapi": "^10.4.1",
"hapi-mongoose-request": "^1.0.0",
"lab": "^6.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulaluis/hapi-mongoose-errors.git"
},
"bugs": {
"url": "https://github.com/bulaluis/hapi-mongoose-errors/issues"
},
"homepage": "https://github.com/bulaluis/hapi-mongoose-errors#readme"
}