forked from Schibsted-Tech-Polska/good-guy-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 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
{
"name": "good-guy-http",
"version": "1.7.0",
"description": "The opinionated sane HTTP client with a good guy approach.",
"main": "lib/index.js",
"repository": "[email protected]:Schibsted-Tech-Polska/good-guy-http.git",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive"
},
"keywords": [
"http",
"client"
],
"author": "Jakub Wasilewski <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "3.3.1",
"circuit-breaker-js": "Schibsted-Tech-Polska/circuit-breaker-js#v0.0.2",
"request": "2.69.0",
"underscore": "1.8.3",
"underscore.string": "3.2.3"
},
"devDependencies": {
"coveralls": "^2.11.4",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"jshint": "^2.8.0",
"mocha": "^2.3.2",
"q": "^1.4.1",
"sinon": "^1.16.1",
"supertest": "^1.1.0"
}
}