forked from bulaluis/hapi-mongoose-handlers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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-handlers",
"version": "1.0.4",
"description": "REST handlers for models created in mongoose",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulaluis/hapi-mongoose-handlers.gi.git"
},
"keywords": [
"hapi-mongoose-handlers",
"hapi",
"mongoose",
"handlers"
],
"author": "Luis Miguel Bula Mora <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bulaluis/hapi-mongoose-handlers.gi/issues"
},
"homepage": "https://github.com/bulaluis/hapi-mongoose-handlers.gi#readme",
"devDependencies": {
"code": "^1.5.0",
"hapi": "^10.4.1",
"lab": "^6.2.0",
"mongoose": "^4.1.10",
"qs": "^5.2.0"
},
"dependencies": {
"async": "^1.4.2",
"boom": "^2.9.0",
"hapi-mongoose-request": "^1.0.1",
"hoek": "^2.16.3",
"joi": "^6.9.0",
"lodash": "^3.10.1"
}
}