Skip to content

Instantly share code, notes, and snippets.

@jgod
Created September 28, 2013 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgod/cad6ceee076ff7bfcd56 to your computer and use it in GitHub Desktop.
Save jgod/cad6ceee076ff7bfcd56 to your computer and use it in GitHub Desktop.
{
"name": "application",
"version": "0.1.0",
"description": "description",
"main": "app.js",
"dependencies": {
"async": "~0.2.9",
"base32": "~0.0.5",
"bcrypt": "~0.7.6",
"express": "~3.3.1",
"hiredis": "~0.1.15",
"jade": "~0.32.0",
"loggly": "~0.3.11",
"winston-loggly": "~0.6.0",
"mongoose": "~3.6.13",
"nodemailer": "~0.4.4",
"redis": "~0.8.4",
"validator": "~1.2.1",
"winston": "~0.7.2"
},
"author": "Justin Godesky",
"devDependencies": {},
"config": {
"domain": "http://www.example.com",
"port": "8080"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "BSD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment