This commit is contained in:
John Crepezzi 2012-09-27 11:38:14 -04:00
parent 814a49812a
commit ff8ef54e34
2 changed files with 5 additions and 5 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: node server.js

View File

@ -14,9 +14,9 @@
},
"main": "haste",
"dependencies": {
"winston": "*",
"connect": "< 2",
"uglify-js": "*"
"winston": "0.6.2",
"connect": "1.9.2",
"uglify-js": "1.3.3"
},
"devDependencies": {
"mocha": "*",
@ -40,6 +40,5 @@
"scripts": {
"start": "node server.js",
"test": "mocha -r should spec/*"
},
"subdomain": "hastebin"
}
}