file-upload
Version:
Mini http file upload service built with Formidable
26 lines (25 loc) • 520 B
JSON
{
"name": "file-upload",
"version": "0.0.0",
"description": "Mini http file upload service built with Formidable",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type" : "git",
"url" : "https://github.com/popox/file-upload.git"
},
"keywords": [
"server",
"http",
"file",
"upload",
"formidable"
],
"author": "Paul B. <paul@bonaud.fr>",
"dependencies": {
"formidable": "1.0.15"
},
"license": "MIT"
}