UNPKG

936 BJSONView Raw
1{
2 "name": "tv",
3 "description": "Interactive debug console plugin for hapi",
4 "version": "0.5.1",
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 "Alex Lande"
11 ],
12 "repository": "git://github.com/spumko/tv",
13 "main": "index",
14 "keywords": [
15 "debug",
16 "console",
17 "hapi",
18 "plugin"
19 ],
20 "engines": {
21 "node": "0.10.x"
22 },
23 "dependencies": {
24 "hoek": "1.x.x",
25 "ws": "0.4.x",
26 "handlebars": "1.0.x"
27 },
28 "peerDependencies": {
29 "hapi": "1.x.x"
30 },
31 "devDependencies": {
32 "hapi": "1.x.x",
33 "lab": "1.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}