35 lines
662 B
JSON
35 lines
662 B
JSON
{
|
|
"name": "joi",
|
|
"description": "Object schema validation",
|
|
"version": "5.1.0",
|
|
"repository": "git://github.com/hapijs/joi",
|
|
"main": "index",
|
|
"keywords": [
|
|
"schema",
|
|
"validation"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10.30"
|
|
},
|
|
"dependencies": {
|
|
"hoek": "^2.2.x",
|
|
"topo": "1.x.x",
|
|
"isemail": "1.x.x",
|
|
"moment": "2.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"code": "1.x.x",
|
|
"lab": "5.x.x"
|
|
},
|
|
"scripts": {
|
|
"test": "lab -t 100 -a code",
|
|
"test-cov-html": "lab -r html -o coverage.html -a code"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/hapijs/joi/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|