Skip to content

Instantly share code, notes, and snippets.

@Jon-Biz
Created November 12, 2013 04:10
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 Jon-Biz/7425338 to your computer and use it in GitHub Desktop.
Save Jon-Biz/7425338 to your computer and use it in GitHub Desktop.
nodejitsu nodemailer issue package.json
{
"name": "server",
"version": "0.0.1-4",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "~3.3.4",
"jade": "~0.34.0",
"nodemailer": "~0.5.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"request": "~2.27.0",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0"
},
"subdomain": "schmoozr",
"engines": {
"node": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment