forked from nvdnkpr/batch-request
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 990 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 990 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
36
37
38
{
"name": "batch-request",
"description": "Batch Request - Utility library to enable a server to handle batch requests",
"version": "0.1.1",
"author": "Victor Quinn <mail@victorquinn.com>",
"homepage": "http://batch-request.socialradar.com",
"repository": "https://github.com/socialradar/batch-request",
"main": "lib/batch-request.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"chance": "^1.0.1",
"express": "^4.13.4",
"grunt": "^0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"lodash": "^4.7.0",
"methods": "^1.1.2",
"mocha": "^2.4.5",
"request": "^2.69.0",
"supertest": "^1.2.0",
"throw.js": "^2.0.0",
"validator": "^2.1.0"
},
"keywords": [
"batch",
"request",
"http",
"utility"
]
}