UNPKG

644 BJSONView Raw
1{
2 "name": "hapi.app.server",
3 "version": "0.0.11",
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 "coffee-script": "1.6.x"
19 },
20 "devDependencies": {
21 "jasmine-node-karma": "1.6.x",
22 "fs.extra": ">=1.2.0",
23 "nock": "0.14.x"
24 },
25 "author": "Huzutech Ltd",
26 "license": "BSD"
27}