mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-10-31 19:11:21 +00:00
Procfile
This commit is contained in:
parent
814a49812a
commit
ff8ef54e34
2 changed files with 5 additions and 5 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
|||
web: node server.js
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue