forked from pillarjs/multiparty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 850 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "multiparty",
"version": "4.0.0",
"description": "multipart/form-data parser which supports streaming",
"repository": {
"type": "git",
"url": "git@github.com:andrewrk/node-multiparty.git"
},
"keywords": [
"file",
"upload",
"formidable",
"stream",
"s3"
],
"devDependencies": {
"mkdirp": "~0.5.0",
"pend": "~1.1.3",
"rimraf": "~2.2.8",
"superagent": "~0.20.0",
"findit2": "~2.2.2"
},
"scripts": {
"test": "node test/test.js"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"dependencies": {
"fd-slicer": "~0.3.2"
},
"bugs": {
"url": "https://github.com/andrewrk/node-multiparty/issues"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"author": "Andrew Kelley <superjoe30@gmail.com>"
}