UNPKG

631 BJSONView Raw
1{
2 "name": "code",
3 "description": "assertion library",
4 "version": "5.2.4",
5 "repository": "git://github.com/hapijs/code",
6 "main": "lib/index.js",
7 "keywords": [
8 "test",
9 "expect",
10 "assertion"
11 ],
12 "dependencies": {
13 "hoek": "6.x.x"
14 },
15 "devDependencies": {
16 "lab": "18.x.x",
17 "markdown-toc": "1.1.x"
18 },
19 "scripts": {
20 "test": "lab -v -t 100 -L",
21 "test-cov-html": "lab -L -r html -o coverage.html",
22 "toc": "node generate-api-toc.js",
23 "version": "npm run toc && git add API.md"
24 },
25 "license": "BSD-3-Clause"
26}