12345678910111213141516171819202122232425262728293031 |
- {
- "name": "joi",
- "description": "Object schema validation",
- "version": "14.3.1",
- "homepage": "https://github.com/hapijs/joi",
- "repository": "git://github.com/hapijs/joi",
- "main": "lib/index.js",
- "keywords": [
- "hapi",
- "schema",
- "validation"
- ],
- "dependencies": {
- "hoek": "6.x.x",
- "isemail": "3.x.x",
- "topo": "3.x.x"
- },
- "devDependencies": {
- "code": "5.x.x",
- "hapitoc": "1.x.x",
- "lab": "18.x.x"
- },
- "scripts": {
- "test": "lab -t 100 -a code -L",
- "test-debug": "lab -a code",
- "test-cov-html": "lab -r html -o coverage.html -a code",
- "toc": "hapitoc && node docs/check-errors-list.js",
- "version": "npm run toc && git add API.md README.md"
- },
- "license": "BSD-3-Clause"
- }
|