-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 936 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 936 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
{
"name": "@refurbme/shared",
"version": "1.8.2",
"description": "Set of modules designed for Microservice architecture",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RefurbMe/shared.git"
},
"author": "Mohammed Elalj",
"license": "MIT",
"bugs": {
"url": "https://github.com/RefurbMe/shared/issues"
},
"homepage": "https://github.com/RefurbMe/shared",
"dependencies": {
"@google/cloud-debug": "^0.9.1",
"@google/cloud-errors": "^0.1.1",
"@google/cloud-trace": "^0.6.0",
"amqplib": "^0.5.1",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"cache-manager": "2.3.0",
"cache-manager-redis": "0.3.2",
"compression": "^1.6.2",
"express-winston": "^2.1.2",
"knex": "^0.12.6",
"pg": "^6.1.2",
"request": "^2.79.0",
"winston": "^2.2.0"
}
}