-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "hapi-json-schema",
"version": "0.7.3",
"description": "json schema models for mongodb",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "mongo localhost:27017/hapi-json-schema ./scripts/mongo.js",
"test": "lab -a code -v -t 100 -L -m 5000",
"coveralls": "lab -r lcov | coveralls"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/simon-p-r/hapi-json-schema.git"
},
"keywords": [
"json",
"schema",
"mongodb",
"models"
],
"author": "simon-p-r",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/simon-p-r/hapi-json-schema/issues"
},
"homepage": "https://github.com/simon-p-r/hapi-json-schema#readme",
"devDependencies": {
"code": "^4.0.0",
"coveralls": "^2.13.1",
"hapi": "^16.1.1",
"lab": "^13.0.2"
},
"dependencies": {
"basic-utils": "^1.7.4",
"boom": "^4.3.1",
"joi": "^10.4.1",
"json-schema-models": "^0.6.8",
"neo-async": "^2.1.0",
"require-plus": "^2.1.2"
}
}