Skip to content

Commit

Permalink
checkin for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
dzincolorado committed Aug 21, 2012
1 parent 17dcb6b commit 97e0413
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: node server.js
29 changes: 15 additions & 14 deletions package.json
@@ -1,16 +1,17 @@
{
"name": "Node and web sockets",
"version": "0.0.1",
"dependencies":
{
"express": ">= 2.5.10",
"passport": ">= 0.0.0",
"passport-twitter": ">= 0.0.0",
"mongojs": ">= 0.3.2"
},
"engines":
{
"node": ">= 0.6.14",
"npm": ">= 1.0.0"
}
"version": "0.0.1-1",
"dependencies": {
"express": ">= 2.5.10",
"passport": ">= 0.0.0",
"passport-twitter": ">= 0.0.0",
"mongojs": ">= 0.3.2"
},
"engines": {
"node": ">= 0.6.14",
"npm": ">= 1.0.0"
},
"subdomain": "trackers.nodejitsu.com",
"scripts": {
"start": "server.js"
}
}

0 comments on commit 97e0413

Please sign in to comment.