Skip to content

Instantly share code, notes, and snippets.

/package.json Secret

Created February 1, 2013 09:26
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/f290528c06f833d89a3b to your computer and use it in GitHub Desktop.
Save anonymous/f290528c06f833d89a3b to your computer and use it in GitHub Desktop.
{
"name": "Battleplanes",
"version": "0.0.1-2",
"dependencies": {
"express": "3.x",
"connect": "*",
"cookie": "*",
"mongoose": "*",
"consolidate": "*",
"swig": "*",
"passport": "*",
"passport-local": "*",
"passport-facebook": "*",
"passport-google": "*",
"crypto": "*",
"connect-mongo": "*",
"connect-flash": "*",
"socket.io": "*",
"string": "*"
},
"subdomain": "radusecrieru.battleplanes",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment