forked from expressjs/connect-multiparty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 773 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
{
"name": "connect-multiparty",
"version": "2.0.0",
"description": "multipart parsing middleware for connect using multiparty",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/andrewrk/connect-multiparty.git"
},
"author": "Andrew Kelley <superjoe30@gmail.com>",
"license": "MIT",
"dependencies": {
"multiparty": "~4.1.2",
"on-finished": "~2.3.0",
"qs": "~4.0.0",
"type-is": "~1.6.4"
},
"scripts": {
"test": "mocha --reporter spec test/*.js"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"connect": "3",
"mocha": "~2.2.5",
"should": "~7.0.2",
"supertest": "~1.0.1"
},
"bugs": {
"url": "https://github.com/andrewrk/connect-multiparty/issues"
}
}