forked from pillarjs/multiparty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 991 Bytes
/
package.json
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
43
44
45
{
"name": "multiparty",
"version": "4.1.2",
"description": "multipart/form-data parser which supports streaming",
"repository": {
"type": "git",
"url": "[email protected]:andrewrk/node-multiparty.git"
},
"keywords": [
"file",
"upload",
"formidable",
"stream",
"s3"
],
"devDependencies": {
"findit2": "~2.2.3",
"istanbul": "~0.3.4",
"mkdirp": "~0.5.0",
"pend": "~1.2.0",
"rimraf": "~2.2.8",
"superagent": "~0.21.0"
},
"scripts": {
"test": "node test/test.js",
"test-cov": "istanbul cover test/test.js",
"test-travis": "istanbul cover test/test.js --report lcovonly"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"dependencies": {
"fd-slicer": "~1.0.0"
},
"bugs": {
"url": "https://github.com/andrewrk/node-multiparty/issues"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"author": "Andrew Kelley <[email protected]>"
}