-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
38 lines (38 loc) · 963 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
{
"name": "batch-request",
"description": "Batch Request - Utility library to enable a server to handle batch requests",
"version": "0.0.2",
"author": "Victor Quinn <[email protected]>",
"homepage": "http://batch-request.socialradar.com",
"repository": "https://github.com/socialradar/batch-request",
"main": "lib/batch-request.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bluebird": "~0.8.5-1",
"lodash": "~2.2.1",
"validator": "~2.0.0",
"request": "~2.27.0",
"methods": "~0.1.0"
},
"devDependencies": {
"chai": "~1.8.0",
"chance": "~0.5.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-simple-mocha": "~0.4.0",
"mocha": "~1.13.0",
"supertest": "~0.8.0",
"grunt-bump": "0.0.11",
"express": "~3.4.4"
},
"keywords": [
"batch",
"request",
"http",
"utility"
]
}