forked from pnxtech/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "hydra",
"version": "1.4.8",
"license": "MIT",
"author": "Carlos Justiniano",
"contributors": "https://github.com/flywheelsports/hydra/graphs/contributors",
"description": "Hydra is a NodeJS light-weight library for building distributed computing applications such as microservices",
"keywords": [
"hydra",
"hydra-core",
"microservice"
],
"main": "index.js",
"analyze": false,
"engines": {
"node": ">=6.2.1"
},
"scripts": {
"test": "mocha specs --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flywheelsports/hydra.git"
},
"dependencies": {
"bluebird": "3.5.0",
"ip": "1.1.5",
"redis": "2.7.1",
"redis-url": "1.2.1",
"route-parser": "0.0.5",
"uuid": "3.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-config-google": "0.7.1",
"eslint-plugin-mocha": "4.9.0",
"mocha": "3.3.0",
"redis-mock": "0.17.0"
},
"bin": {
"hydra": "index.js"
},
"bugs": {
"url": "https://github.com/flywheelsports/hydra/issues"
},
"homepage": "https://github.com/flywheelsports/hydra#readme"
}