UNPKG

file-uploader-ta

Version:

Programmatic multipart file uploads. Designed for testing file uploads. Temporary fixes fork of https://github.com/timoxley/file-uploader

37 lines (36 loc) 887 B
{ "author": "Tom Andrews <git@tomandrews.co.uk>", "name": "file-uploader-ta", "description": "Programmatic multipart file uploads. Designed for testing file uploads. Temporary fixes fork of https://github.com/timoxley/file-uploader ", "keywords": [ "test", "http", "upload", "file", "api", "request", "post" ], "version": "0.0.5", "repository": { "type": "git", "url": "git@github.com:tgandrews/file-uploader-ta.git" }, "engines": { "node": "~0.4 || ~0.6 || ~0.8 || ~0.10 || ~0.12" }, "dependencies": { "step": "0.0.5", "mime": "~1.2.4" }, "devDependencies": { "chai": "~0.1.6", "express": "~2.5.5", "mocha": "~0.14.0" }, "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --ui tdd -R spec ./tests/index.js" }, "homepage": "https://github.com/tgandrews/file-uploader" }