UNPKG

748 BJSONView Raw
1{
2 "name": "multiparty",
3 "version": "3.2.2",
4 "description": "multipart/form-data parser which supports streaming",
5 "repository": {
6 "type": "git",
7 "url": "git@github.com:andrewrk/node-multiparty.git"
8 },
9 "keywords": [
10 "file",
11 "upload",
12 "formidable",
13 "stream",
14 "s3"
15 ],
16 "devDependencies": {
17 "findit": "0.1.1",
18 "hashish": "0.0.4",
19 "mocha": "~1.8.2",
20 "request": "~2.16.6",
21 "mkdirp": "~0.3.5",
22 "superagent": "~0.14.1"
23 },
24 "scripts": {
25 "test": "ulimit -n 500 && mocha --timeout 4000 --reporter spec --recursive test/test.js"
26 },
27 "engines": {
28 "node": ">=0.8.0"
29 },
30 "license": "MIT",
31 "dependencies": {
32 "readable-stream": "~1.1.9",
33 "stream-counter": "~0.2.0"
34 }
35}