Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2012 03:42
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/eb47bc8f1587696c43ba to your computer and use it in GitHub Desktop.
Save anonymous/eb47bc8f1587696c43ba to your computer and use it in GitHub Desktop.
{
"name": "templavent",
"description": "An awesome real time application",
"version": "0.0.1-70",
"author": "Me <me@mydomain.com>",
"private": true,
"subdomain": "templavent",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"socketstream": "0.3.x",
"ss-stylus": "0.1.x",
"ss-hogan": "0.1.x",
"ss-coffee": "0.1.x",
"ss-jade": "0.1.x",
"date-utils": "1.2.11",
"express": "3.0.0rc3",
"stylus": "0.29.0"
},
"bundledDependencies": [
"redis"
],
"scripts": {
"start": "app.coffee"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment