forked from debitoor/multifetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 751 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 751 Bytes
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
{
"name": "multifetch",
"version": "1.1.0",
"repository": "git@github.com:debitoor/multifetch.git",
"description": "Express middleware for performing internal batch requests",
"main": "source/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "~0.9.0",
"pump": "~1.0.0",
"extend": "~2.0.0"
},
"devDependencies": {
"request": "~2.30.0",
"express": "~4.10.1",
"mocha": "~1.15.1",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"mocha-jshint": "~0.0.7",
"once": "~1.3.0",
"method-override": "~2.3.0",
"body-parser": "~1.9.2"
},
"license": "MIT",
"keywords": [
"express",
"middleware",
"batch",
"multi",
"request"
]
}