Skip to content

Instantly share code, notes, and snippets.

@chrisabrams
Created September 13, 2012 19:33
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 chrisabrams/3716989 to your computer and use it in GitHub Desktop.
Save chrisabrams/3716989 to your computer and use it in GitHub Desktop.
{
"name": "nakama",
"subdomain": "nakama",
"description": "photo sharing",
"scripts": {
"start": "node server.js"
},
"version": "0.0.1-5",
"engines": {
"node": "v0.8.x"
},
"authors": [
"Chris Abrams <mail@chrisabrams.com>"
],
"dependencies": {
"bcrypt": "*",
"connect": "*",
"emailjs": "*",
"express": "git+ssh://git@github.com:chrisabrams/express2.git#2.5.12",
"everyauth": "*",
"jade": "*",
"moment": "*",
"mongoose": "*",
"socket.io": "*",
"stylus": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment