UNPKG

557 BJSONView Raw
1{
2 "name": "connect-multiparty",
3 "version": "0.1.1",
4 "description": "multipart parsing middleware for connect using multiparty",
5 "main": "index.js",
6 "repository": "",
7 "author": "Andrew Kelley <superjoe30@gmail.com>",
8 "license": "MIT",
9 "dependencies": {
10 "multiparty": "~2.1.5",
11 "qs": "~0.5.6",
12 "connect": "~2.7.4"
13 },
14 "scripts": {
15 "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --timeout 600 test/*.js"
16 },
17 "devDependencies": {
18 "mocha": "~1.9.0",
19 "bytes": "~0.2.1",
20 "should": "~1.2.2"
21 }
22}