Procfile
This commit is contained in:
parent
814a49812a
commit
ff8ef54e34
|
@ -14,9 +14,9 @@
|
||||||
},
|
},
|
||||||
"main": "haste",
|
"main": "haste",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"winston": "*",
|
"winston": "0.6.2",
|
||||||
"connect": "< 2",
|
"connect": "1.9.2",
|
||||||
"uglify-js": "*"
|
"uglify-js": "1.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
|
@ -40,6 +40,5 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
"test": "mocha -r should spec/*"
|
"test": "mocha -r should spec/*"
|
||||||
},
|
}
|
||||||
"subdomain": "hastebin"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue