Skip to content

Instantly share code, notes, and snippets.

@chrisabrams
Created September 14, 2012 21:13
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/3724879 to your computer and use it in GitHub Desktop.
Save chrisabrams/3724879 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-12",
"engines": {
"node": "v0.8.x"
},
"authors": [
"Chris Abrams <mail@chrisabrams.com>"
],
"dependencies": {
"bcrypt": "0.7.1",
"connect": "2.4.4",
"emailjs": "0.3.2",
"express": "https://github.com/chrisabrams/express2/tarball/master",
"jade": "0.27.2",
"moment": "1.7.0",
"mongoose": "3.0.3",
"socket.io": "0.9.10",
"stylus": "0.29.0"
},
"devDependencies": {
"mocha": "1.4.0",
"should": "1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment