UNPKG

908 BJSONView Raw
1{
2 "name": "tv",
3 "description": "Interactive debug console plugin for hapi",
4 "version": "0.4.0",
5 "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
6 "contributors":[
7 "Wyatt Preul <wpreul@gmail.com>",
8 "Van Nguyen <the.gol.effect@gmail.com>",
9 "Ben Nguyen <benobviate@gmail.com>"
10 ],
11 "repository": "git://github.com/spumko/tv",
12 "main": "index",
13 "keywords": [
14 "debug",
15 "console",
16 "hapi",
17 "plugin"
18 ],
19 "engines": {
20 "node": "0.10.x"
21 },
22 "dependencies": {
23 "hoek": "0.9.x",
24 "ws": "0.4.x",
25 "handlebars": "1.0.x"
26 },
27 "peerDependencies": {
28 "hapi": "1.x.x"
29 },
30 "devDependencies": {
31 "hapi": "1.x.x",
32 "lab": "0.x.x",
33 "complexity-report": "0.x.x"
34 },
35 "scripts": {
36 "test": "make test-cov"
37 },
38 "licenses": [
39 {
40 "type": "BSD",
41 "url": "http://github.com/spumko/tv/raw/master/LICENSE"
42 }
43 ]
44}