UNPKG

734 BJSONView Raw
1{
2 "name": "confidence",
3 "description": "Configuration API",
4 "version": "1.0.0",
5 "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
6 "repository": "git://github.com/hapijs/confidence",
7 "main": "index",
8 "keywords": [
9 "hapi",
10 "plugin",
11 "configuration",
12 "api"
13 ],
14 "engines": {
15 "node": ">=0.10.22"
16 },
17 "dependencies": {
18 "alce": "1.0.x",
19 "boom": "2.x.x",
20 "hoek": "2.x.x",
21 "yargs": "1.3.x"
22 },
23 "devDependencies": {
24 "lab": "4.x.x"
25 },
26 "bin": {
27 "confidence": "bin/confidence"
28 },
29 "scripts": {
30 "test": "make test-cov"
31 },
32 "licenses": [
33 {
34 "type": "BSD",
35 "url": "http://github.com/hapijs/confidence/raw/master/LICENSE"
36 }
37 ]
38}