Skip to content

Instantly share code, notes, and snippets.

@andyinabox
Created October 1, 2012 03:03
Show Gist options
  • Save andyinabox/3809241 to your computer and use it in GitHub Desktop.
Save andyinabox/3809241 to your computer and use it in GitHub Desktop.
hot air package.js
{
"name": "hotair",
"description": "A game for gasbags.",
"version": "0.0.2-3",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.0rc1",
"jade": "0.27.2",
"cradle": "0.6.4",
"path": "0.4.9",
"twit": "0.1.8",
"lodash": "0.7.0",
"q": "0.8.8",
"cron": "1.0.1",
"time": "0.8.3"
},
"subdomain": "hotair",
"domains": [
"hotairgame.com",
"www.hotairgame.com"
],
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment