aboutsummaryrefslogtreecommitdiff
path: root/node_modules/hoek/package.json
blob: 9e605de68965c820b8b361a13bb3fe03991ca757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "hoek",
  "description": "General purpose node utilities",
  "version": "4.2.1",
  "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"
}