{ "name": "joi", "description": "Object schema validation", "version": "6.10.1", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js", "keywords": [ "hapi", "schema", "validation" ], "engines": { "node": ">=0.10.40", "npm": ">=2.0.0" }, "dependencies": { "hoek": "2.x.x", "topo": "1.x.x", "isemail": "1.x.x", "moment": "2.x.x" }, "devDependencies": { "code": "1.x.x", "lab": "6.x.x", "markdown-toc": "0.11.x" }, "scripts": { "test": "lab -t 100 -a code -L", "test-cov-html": "lab -r html -o coverage.html -a code", "toc": "node generate-readme-toc.js", "version": "npm run toc && git add API.md" }, "license": "BSD-3-Clause", "_from": "joi@6.10.1", "_resolved": "http://registry.npm.taobao.org/joi/download/joi-6.10.1.tgz" }