UNPKG

uploads

Version:

Stream-based file upload middleware for Node.js.

33 lines (32 loc) 895 B
{ "name": "uploads", "version": "0.0.1", "description": "Stream-based file upload middleware for Node.js.", "keywords": ["connect", "express", "upload", "transfer", "file"], "repository": { "type": "git", "url": "git://github.com/jaredhanson/uploads.git" }, "bugs": { "url": "http://github.com/jaredhanson/uploads/issues" }, "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "connect": "2.x.x", "formaline": "git://github.com/rootslab/formaline.git#v2.x", "qs": "0.5.x" }, "devDependencies": { "mocha": "1.x.x", "should": "1.x.x" }, "scripts": { "test": "NODE_PATH=lib node_modules/.bin/mocha" }, "engines": { "node": ">= 0.4.0" } }