Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2013 22:34
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 anonymous/679753c4037e1217e0bd to your computer and use it in GitHub Desktop.
Save anonymous/679753c4037e1217e0bd to your computer and use it in GitHub Desktop.
package.json
{
"name": "fastwoo",
"version": "0.0.1-2",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"connect-redis": "1.4.5",
"ejs": "0.8.4",
"express": "3.3.8",
"mongodb": "1.3.19",
"mongojs": "0.9.3",
"peer": "0.2.0"
},
"subdomain": "fastwoo-test",
"engines": {
"node": "0.10.17"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment