1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Support a form-data POST API

Closes #54
This commit is contained in:
John Crepezzi
2014-04-21 14:16:23 -04:00
parent 7a08960414
commit 0471b059a0
2 changed files with 45 additions and 18 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"connect": "1.9.2",
"redis-url": "0.1.0",
"redis": "0.8.1",
"uglify-js": "1.3.3"
"uglify-js": "1.3.3",
"busboy": "0.2.4"
},
"devDependencies": {
"mocha": "*",