-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "hydra-express",
"version": "1.9.5",
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.",
"author": {
"name": "Carlos Justiniano"
},
"contributors": "https://github.com/pnxtech/hydra-express/graphs/contributors",
"scripts": {
"test": "mocha specs --reporter spec"
},
"engines": {
"node": ">=6.2.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pnxtech/hydra-express.git"
},
"bin": {
"hydra-express": "index.js"
},
"homepage": "https://github.com/pnxtech/hydra-express#readme",
"dependencies": {
"bluebird": "3.7.2",
"body-parser": "1.20.0",
"cors": "2.8.5",
"debug": "3.1.0",
"express": "4.16.3",
"helmet": "4.1.1",
"hydra": "1.9.3",
"moment": "2.29.3",
"response-time": "2.3.2"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "8.13.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-mocha": "10.0.4",
"mocha": "9.2.2",
"redis-mock": "0.21.0",
"superagent": "6.1.0"
}
}