Skip to content

Instantly share code, notes, and snippets.

@dhigginbotham
Created May 3, 2013 12:10
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 dhigginbotham/ef6635b4d285b3d3a506 to your computer and use it in GitHub Desktop.
Save dhigginbotham/ef6635b4d285b3d3a506 to your computer and use it in GitHub Desktop.
{
"name": "sample",
"description": "sample desc",
"version": "0.1.1",
"license": "MIT",
"author": "David Higginbotham <david@hillsoft.com>",
"dependencies": {
"express": "3.0.3",
"mmm": "0.2.x",
"moment": "*",
"mongoose": "3.6.x",
"less-middleware": "*",
"socket.io": "0.9.x",
"connect-flash": "0.1.0",
"passport": "0.1.x",
"passport-local": "0.1.6",
"passport-facebook": ">= 0.0.0",
"bcrypt": "0.7.5",
"request": "2.20.x"
},
"devDependencies": {
"coffee-script": ">= 1.3.3"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "sample",
"scripts": {
"start": "coffee server.coffee"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment