forked from Schibsted-Tech-Polska/good-guy-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 957 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
{
"name": "good-guy-http",
"version": "1.12.1",
"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",
"engines": {
"node": ">=5"
},
"dependencies": {
"@schibstedpl/circuit-breaker-js": "0.0.2",
"capitalize": "^1.0.0",
"clone": "2.1.1",
"request": "2.87.0",
"underscore": "1.8.3"
},
"devDependencies": {
"coveralls": "^3.0.2",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"jshint": "^2.8.0",
"mocha": "^5.2.0",
"q": "^1.4.1",
"sinon": "^6.1.5",
"supertest": "^3.0.0"
}
}