domotz-remote-pawn
Version:
Domotz Agent
27 lines (26 loc) • 637 B
JSON
{
"name": "hoek",
"description": "General purpose node utilities",
"version": "2.16.3",
"repository": "git://github.com/hapijs/hoek",
"main": "lib/index.js",
"keywords": [
"utilities"
],
"engines": {
"node": ">=0.10.40"
},
"dependencies": {},
"devDependencies": {
"code": "1.x.x",
"lab": "5.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"
,"_resolved": "http://npm.domotz.com:4873/hoek/-/hoek-2.16.3.tgz"
,"_integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0="
,"_from": "hoek@2.16.3"
}