UNPKG

hapi

Version:

HTTP Server framework

68 lines (67 loc) 1.33 kB
{ "name": "hapi", "description": "HTTP Server framework", "homepage": "http://hapijs.com", "version": "1.0.2", "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", "contributors": [ { "name": "Van Nguyen", "email": "the.gol.effect@gmail.com" }, { "name": "Wyatt Preul", "email": "wpreul@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/spumko/hapi" }, "main": "index", "keywords": [ "framework", "http", "api", "router" ], "engines": { "node": "0.10.x" }, "dependencies": { "hoek": "0.8.x", "boom": "0.4.x", "joi": "0.3.x", "catbox": "0.5.x", "hawk": "0.13.x", "shot": "0.2.x", "cryptiles": "0.2.x", "iron": "0.3.x", "async": "0.2.x", "request": "2.21.x", "formidable": "1.0.13", "mime": "1.2.x", "lru-cache": "2.3.x", "optimist": "0.4.x", "negotiator": "0.2.x", "semver": "1.1.x" }, "devDependencies": { "lab": "0.1.x", "handlebars": "1.0.x", "jade": "0.30.x", "complexity-report": "0.x.x" }, "bin": { "hapi": "./bin/hapi" }, "scripts": { "test": "make test-cov" }, "licenses": [ { "type": "BSD", "url": "http://github.com/spumko/hapi/raw/master/LICENSE" } ] }