UNPKG

717 BJSONView Raw
1{
2 "name": "connect-multiparty",
3 "version": "1.2.0",
4 "description": "multipart parsing middleware for connect using multiparty",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/andrewrk/connect-multiparty.git"
9 },
10 "author": "Andrew Kelley <superjoe30@gmail.com>",
11 "license": "MIT",
12 "dependencies": {
13 "multiparty": "~3.3.1",
14 "qs": "~1.1.0",
15 "type-is": "~1.3.2"
16 },
17 "scripts": {
18 "test": "mocha --reporter spec --timeout 600 test/*.js"
19 },
20 "devDependencies": {
21 "connect": "3",
22 "mocha": "~1.21.3",
23 "should": "~4.0.4",
24 "supertest": "~0.13.0"
25 },
26 "bugs": {
27 "url": "https://github.com/andrewrk/connect-multiparty/issues"
28 }
29}