hapi.app.server
Version:
A small server to serve up HAPI applications
28 lines (27 loc) • 643 B
JSON
{
"name": "hapi.app.server",
"version": "0.1.6",
"description": "A small server to serve up HAPI applications",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node-karma --coffee --test-dir test"
},
"dependencies": {
"hapilib": "0.4.x",
"http-proxy": "~0.8.3",
"send": "~0.1.0",
"validator": "0.4.16",
"express": "3.0.3",
"ejs": "0.8.3",
"tamper": "0.1.0",
"async": "~0.2.8",
"coffee-script": "1.6.x"
},
"devDependencies": {
"jasmine-node-karma": "1.6.x",
"fs.extra": ">=1.2.0",
"nock": "0.14.x"
},
"author": "Huzutech Ltd",
"license": "BSD"
}