UNPKG

529 BJSONView Raw
1{
2 "name": "hapi.app.server",
3 "version": "0.0.5",
4 "description": "A small server to serve up HAPI applications",
5 "main": "index.js",
6 "scripts": {
7 "test": "jasmine-node --coffee --test-dir test"
8 },
9 "dependencies": {
10 "hapilib": "0.4.x",
11 "http-proxy": "~0.8.3",
12 "send": "~0.1.0",
13 "validator": "0.4.16",
14 "express": "3.0.3",
15 "ejs": "0.8.3",
16 "tamper": "0.1.0"
17 },
18 "devDependencies": {
19 "fs.extra": ">=1.2.0",
20 "nock": "0.14.x"
21 },
22 "author": "Huzutech Ltd",
23 "license": "BSD"
24}