Skip to content

Commit

Permalink
Update hapi-hbs to so "npm install" works AmpersandJS#21.
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleSouffle committed Apr 8, 2016
1 parent 89495cc commit 18b2a2f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
19 changes: 19 additions & 0 deletions hapi-hbs/config/default.json
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
}
}
23 changes: 13 additions & 10 deletions hapi-hbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -39,5 +41,6 @@
"trailing": true,
"undef": true,
"white": true
}
},
"main": "server.js"
}

0 comments on commit 18b2a2f

Please sign in to comment.