UNPKG

562 BJSONView Raw
1{ "name": "busboy",
2 "version": "0.3.1",
3 "author": "Brian White <mscdex@mscdex.net>",
4 "description": "A streaming parser for HTML form data for node.js",
5 "main": "./lib/main",
6 "dependencies": {
7 "dicer": "0.3.0"
8 },
9 "scripts": {
10 "test": "node test/test.js"
11 },
12 "engines": { "node": ">=4.5.0" },
13 "keywords": [ "uploads", "forms", "multipart", "form-data" ],
14 "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ],
15 "repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" }
16}