forked from AmpersandJS/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hapi-hbs to so "npm install" works AmpersandJS#21.
- Loading branch information
1 parent
89495cc
commit 18b2a2f
Showing
2 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"isDev": true, | ||
"isSecure": false, | ||
"session": { | ||
"host": "localhost", | ||
"port": 6379, | ||
"db": 1, | ||
"secret": "bang!", | ||
"secure": false | ||
}, | ||
"http": { | ||
"listen": "localhost", | ||
"port": 3000 | ||
}, | ||
"client": { | ||
"apiUrl": "http://localhost:3000", | ||
"debugMode": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,28 +2,30 @@ | |
"name": "hapi-hbs", | ||
"author": "Matt Hernandez <[email protected]>", | ||
"version": "0.0.0", | ||
"main": "server.js", | ||
"dependencies": { | ||
"ampersand-app": "^1.0.0", | ||
"ampersand-dom": "^1.2.1", | ||
"ampersand-form-view": "^2.0.0", | ||
"ampersand-input-view": "^2.0.0", | ||
"ampersand-model": "^4.0.0", | ||
"ampersand-rest-collection": "^2.0.0", | ||
"ampersand-router": "^1.0.1", | ||
"ampersand-form-view": "^3.1.1", | ||
"ampersand-input-view": "^4.0.5", | ||
"ampersand-model": "^5.0.3", | ||
"ampersand-rest-collection": "^4.0.0", | ||
"ampersand-router": "^3.0.1", | ||
"ampersand-view": "^7.0.1", | ||
"ampersand-view-switcher": "^1.0.2", | ||
"ampersand-view-switcher": "^2.0.0", | ||
"andlog": "^1.0.0", | ||
"async": "^0.9.0", | ||
"browserify-handlebars": "^1.0.0", | ||
"clientconfig": "^1.0.0", | ||
"domify": "^1.3.0", | ||
"domready": "^1.0.5", | ||
"favicon-setter": "^0.1.1", | ||
"getconfig": "^1.0.0", | ||
"getconfig": "^2.1.0", | ||
"handlebars": "^2.0.0", | ||
"hapi": "^8.0.0", | ||
"local-links": "^1.2.0", | ||
"lodash": "^4.0.0", | ||
"moonboots_hapi": "^4.0.0", | ||
"stylizer": "^1.0.0", | ||
"stylizer": "^2.1.0", | ||
"templatizer": "^1.0.0", | ||
"underscore": "^1.6.0" | ||
}, | ||
|
@@ -39,5 +41,6 @@ | |
"trailing": true, | ||
"undef": true, | ||
"white": true | ||
} | ||
}, | ||
"main": "server.js" | ||
} |