Skip to content

Instantly share code, notes, and snippets.

@chrisabrams
Created March 23, 2013 17:42
Show Gist options
  • Select an option

  • Save chrisabrams/5228654 to your computer and use it in GitHub Desktop.

Select an option

Save chrisabrams/5228654 to your computer and use it in GitHub Desktop.
{
"author": "Chris Abrams",
"name": "sharedcinema",
"subdomain": "sharedcinema",
"domains": [
"sharedcinema.com"
],
"description": "Whatcha looking at?",
"version": "0.0.0-19",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"connect": "2.7.3",
"express": "3.1.0",
"underscore": "1.4.2",
"hbs": "1.0.5"
},
"scripts": {
"start": "server.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment