Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2012 18:39
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/3288162 to your computer and use it in GitHub Desktop.
Save anonymous/3288162 to your computer and use it in GitHub Desktop.
package.json file
{
"private": true,
"name": "soyfutbolista",
"version": "0.0.0",
"repository": "https://Droghtak@bitbucket.org/Droghtak/soyfutbolista.git",
"dependencies": {
"express": ">=3.0.0beta5",
"jade": "*",
"connect-mongo": "*",
"passport": "*",
"passport-local": "*",
"connect-flash": "*",
"bcrypt": "*",
"validator": "0.4.9",
"mongoose": "*",
"async": "*"
},
"devDependencies": {
"mocha": ">=0.6.0"
},
"subdomain": "dredok.develop",
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment