Skip to content

Instantly share code, notes, and snippets.

@alexdelany
Created January 30, 2013 17:35
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 alexdelany/cdba94f881db8986dbd7 to your computer and use it in GitHub Desktop.
Save alexdelany/cdba94f881db8986dbd7 to your computer and use it in GitHub Desktop.
package.json
{
"name": "Virilla_2.0",
"description": "Description",
"version": "2.0.0-1",
"private": false,
"author": "Alex Delany <delany@gmail.com>",
"engines": {
"node": "0.6.18",
"npm": "1.1.9"
},
"scripts": {
"start": "./node_modules/.bin/nodemon server.js"
},
"dependencies": {
"express": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"imager": "latest",
"underscore": "latest",
"gzippo": "latest",
"async": "latest"
},
"devDependencies": {
"nodemon": "latest"
},
"subdomain": "alexd.virilla_2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment