lab
Version:
Test utility
46 lines (45 loc) • 991 B
JSON
{
"name": "lab",
"description": "Test utility",
"version": "6.2.0",
"repository": "git://github.com/hapijs/lab",
"main": "lib/index.js",
"keywords": [
"test"
],
"engines": {
"node": ">=0.10.40"
},
"dependencies": {
"bossy": "1.x.x",
"diff": "2.x.x",
"eslint": "1.5.x",
"eslint-config-hapi": "3.x.x",
"eslint-plugin-hapi": "1.x.x",
"espree": "2.x.x",
"handlebars": "4.x.x",
"hoek": "2.x.x",
"items": "1.x.x",
"json-stringify-safe": "5.x.x",
"mkdirp": "0.5.x",
"source-map-support": "0.3.x"
},
"optionalDependencies": {
"jslint": "0.9.x"
},
"devDependencies": {
"code": "1.x.x",
"cpr": "0.4.x",
"lab-event-reporter": "1.x.x",
"rimraf": "2.4.x"
},
"bin": {
"lab": "./bin/lab"
},
"scripts": {
"test": "./bin/_lab -fL -t 100 -m 3000",
"test-cov-html": "./bin/_lab -fL -r html -m 3000 -o coverage.html",
"lint": "./bin/_lab -d -f -L"
},
"license": "BSD-3-Clause"
}