Created
January 23, 2015 01:17
-
-
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
This file contains hidden or 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
{ | |
"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