UNPKG

613 BJSONView Raw
1{
2 "name": "hapi.app.server",
3 "version": "0.0.6",
4 "description": "A small server to serve up HAPI applications",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/jasmine-node-karma --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 "async": "~0.2.8"
18 },
19 "devDependencies": {
20 "jasmine-node-karma": "1.6.x",
21 "fs.extra": ">=1.2.0",
22 "nock": "0.14.x"
23 },
24 "author": "Huzutech Ltd",
25 "license": "BSD"
26}