- updated package.json
- added repository field so that NPM doesn't throw a warning
- added contributors list
- added author
- added license
- reformatted json
- updated version number
- foundation, should.js and passport removed from requirements in readme
- updated readme technologies to match package.json
- added history.md for change tracking
- updated stable dependencies
- added bootstrap-stylus (https://github.com/Acquisio/bootstrap-stylus,not an npm module)
- updated readme.md to better reflect technologies and dependencies
- added session example
- see
./src/controllers/private.coffee
for examples of privates controllers - see
./src/routes.coffee
for auth through routing example - see
./src/index.coffee
for session config example
- see