-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 KB
/
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": "request-service-discovery",
"version": "1.0.7",
"description": "An extension to request to facilitate making requests against discoverable services",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ph0bos/request-service-discovery.git"
},
"author": "Steven Robinson <[email protected]> (https://github.com/ph0bos)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ph0bos/request-service-discovery/issues"
},
"homepage": "https://github.com/ph0bos/request-service-discovery",
"dependencies": {
"bunyan": "^1.5.1",
"check-types": "^7.0.0",
"custom-error-generator": "^7.0.0",
"request": "^2.65.0",
"retry": "^0.8.0",
"unirest": "^0.5.1",
"uuid": "^3.0.0",
"zoologist": "0.5.9"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"mocha-bamboo-reporter": "*",
"supertest": "^0.15.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"mockery": "^1.4.1"
}
}