forked from poeticninja/hapi-ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "hapi-ninja",
"description": "Boilerplate Hapi server example. Node.js, Hapi, and Swig.",
"version": "0.4.1",
"author": "Saul Maddox",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/poeticninja/hapi-ninja.git"
},
"main": "server.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install"
},
"dependencies": {
"bower": "~1.3.9",
"good": "^5.1.0",
"good-console": "^4.0.0",
"hapi": "^8.0.0",
"hapi-assets": "~0.3.0",
"hapi-cache-buster": "~0.4.0",
"hapi-named-routes": "~0.3.0",
"swig": "~1.4.2"
},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-imagemin": "~1.0.1",
"gulp-minify-css": "~0.3.7",
"gulp-uglify": "~1.0.0",
"gulp-util": "~3.0.1"
}
}