Skip to content

Instantly share code, notes, and snippets.

Created October 29, 2012 20:59
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/3976513 to your computer and use it in GitHub Desktop.
Save anonymous/3976513 to your computer and use it in GitHub Desktop.
{
"name": "pjs",
"subdomain": "pjs",
"scripts": {
"start": "./server.js"
},
"version": "0.0.0-14",
"engines": {
"node": "0.8.x"
},
"bundledDependencies": [
"connect-form"
],
"dependencies": {
"connect-redis": "1.0.x",
"mongoose": "1.4.x",
"connect-form": "0.2.x",
"express": "2.3.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment