You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
494 B

{
"name": "hoek",
"description": "General purpose node utilities",
"version": "4.2.0",
"repository": "git://github.com/hapijs/hoek",
"main": "lib/index.js",
"keywords": [
"utilities"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {},
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}