UNPKG

itsa-fileuploadhandler

Version:

Handles fileuploads and streams the progress to the client

58 lines 1.3 kB
{ "name": "itsa-fileuploadhandler", "version": "1.0.2", "description": "Handles fileuploads and streams the progress to the client", "author": [ { "name": "Marco Asbreuk", "email": "marco@itsasbreuk.nl" } ], "repository": { "type": "git", "url": "https://github.com/itsa-server/file-upload-handler" }, "bugs": { "url": "https://github.com/itsa-server/file-upload-handler/issues" }, "keywords": [ "itsa", "itsa-server", "file", "upload", "file-upload", "file-upload-handler", "upload-handler" ], "main": "index.js", "engines": { "node": "*" }, "dependencies": { "fs-extra": "^0.26.7", "fs-promise": "^0.5.0", "itsa-jsext": "^2.0.2", "itsa-utils": "^1.4.1", "itsa-writestream-promise": "0.0.3", "multiparty": "^4.1.2" }, "devDependencies": { "chai": "^3.5.0", "istanbul": "^0.4.3", "eslint": "^2.7.0", "mocha": "^2.4.5" }, "scripts": { "pretest": "eslint ./lib/*.js", "test": "mocha tests/*.js && istanbul cover $(which _mocha) -- tests/*.js", "lint": "eslint ./lib/*.js" }, "homepage": "http://itsa.github.io", "maintainers": [ { "name": "Marco Asbreuk", "email": "marco@itsasbreuk.nl" } ], "license": "New BSD" }