forked from yahoo/express-busboy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 901 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
{
"name": "express-busboy",
"description": "Busboy for express, mimics the old bodyParser",
"version": "2.4.4",
"author": "Dav Glass <[email protected]>",
"main": "index.js",
"scripts": {
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:yahoo/express-busboy.git"
},
"keywords": [
"busboy",
"express",
"body-parser"
],
"bugs": {
"url": "https://github.com/yahoo/express-busboy/issues"
},
"homepage": "https://github.com/yahoo/express-busboy",
"dependencies": {
"body": "~5.1.0",
"connect-busboy": "~0.0.1",
"mkdirp": "~0.5.0",
"qs": "^2.3.2",
"uuid": "~1.4.1"
},
"devDependencies": {
"express": "~4.8.6",
"istanbul": "~0.3.6",
"portfinder": "~0.2.1",
"request": "~2.40.0",
"vows": "~0.8.1"
},
"license": "BSD-3-Clause"
}