Initial Save
This commit is contained in:
16
node_modules/busboy/package.json
generated
vendored
Normal file
16
node_modules/busboy/package.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{ "name": "busboy",
|
||||
"version": "0.3.1",
|
||||
"author": "Brian White <mscdex@mscdex.net>",
|
||||
"description": "A streaming parser for HTML form data for node.js",
|
||||
"main": "./lib/main",
|
||||
"dependencies": {
|
||||
"dicer": "0.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
"engines": { "node": ">=4.5.0" },
|
||||
"keywords": [ "uploads", "forms", "multipart", "form-data" ],
|
||||
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/busboy/raw/master/LICENSE" } ],
|
||||
"repository" : { "type": "git", "url": "http://github.com/mscdex/busboy.git" }
|
||||
}
|
||||
Reference in New Issue
Block a user