Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created March 13, 2016 14:06
Show Gist options
  • Select an option

  • Save andrewjmead/418803f3908c66039b27 to your computer and use it in GitHub Desktop.

Select an option

Save andrewjmead/418803f3908c66039b27 to your computer and use it in GitHub Desktop.
Adam - Dev Dependencies
{
"name": "todo-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"pg": "^4.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.5.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"sqlite3": "^3.0.10",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment