-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 835 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
{
"name": "multy",
"version": "0.1.3",
"description": "Koa(v2)/Express middleware for handle multipart form",
"main": "lib/index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eduardorfs/multy.git"
},
"keywords": [
"express",
"koa",
"multipart",
"form",
"parse",
"busboy"
],
"author": "EduardoRFS",
"license": "MIT",
"bugs": {
"url": "https://github.com/eduardorfs/multy/issues"
},
"homepage": "https://github.com/eduardorfs/multy#readme",
"dependencies": {
"busboy": "^0.2.13",
"concat-stream": "^1.5.2",
"stream-to-buffer": "^0.1.0"
},
"devDependencies": {
"ava": "^0.16.0",
"express": "^4.14.0",
"koa": "next",
"supertest": "^2.0.1",
"supertest-as-promised": "^4.0.0"
}
}