-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@halagram/captain-ms",
"version": "1.4.4",
"engines": {
"node": ">=8.9.1"
},
"description": "A basic node.js MicroService module",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/halagram/captain-ms.git"
},
"keywords": [
"halagram",
"captain-ms",
"microservice"
],
"author": "Ikechukwu Kalu ([email protected]), Bestbrain Livinus ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/halagram/captain-ms/issues"
},
"homepage": "https://gitlab.com/halagram/captain-ms#README",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"express": "^4.16.2",
"express-brute": "^1.0.1",
"express-brute-redis": "0.0.1",
"express-fileupload": "^1.1.9",
"helmet": "^3.9.0",
"joi": "^13.0.1",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.13.0",
"morgan": "^1.9.0",
"simple-encryptor": "^1.1.1",
"zmq": "^2.15.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"mocha-sinon": "^2.0.0",
"sinon": "^4.1.2"
}
}