Skip to content

Instantly share code, notes, and snippets.

@pori
Created January 23, 2015 01:17
Show Gist options
  • Save pori/1ecbde8359ceb91a0726 to your computer and use it in GitHub Desktop.
Save pori/1ecbde8359ceb91a0726 to your computer and use it in GitHub Desktop.
A package configuration that's nice for developing RESTful api's in Node.js
{
"name": "some-api",
"version": "1.0.0",
"description": "Some api description.",
"dependencies": {
"express": "~4.10",
"body-parser": "1.x",
"multer": "~0.1.7",
"passport": "0.2.1",
"passport-http": "0.2.2",
"passport-http-bearer": "1.0.1",
"knex": "0.7",
"bookshelf": "0.7",
"pg": "4.1.1",
"bcrypt-nodejs": "*",
"hat": "0.0.3",
"bluebird": "2.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment