forked from pnxtech/hydra-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 696 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 696 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
{
"name": "hydra-cli",
"version": "1.6.1",
"description": "Hydra Commandline Interface",
"author": "Carlos Justiniano <carlos.justiniano@gmail.com>",
"keywords": [
"hydra",
"command line",
"microservice"
],
"analyze": false,
"preferGlobal": true,
"license": "MIT",
"engines": {
"node": ">=6.2.1"
},
"repository": "flywheelsports/hydra-cli",
"dependencies": {
"bluebird": "3.5.1",
"hydra": "1.7.0"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "5.15.3",
"eslint-config-google": "0.7.1",
"eslint-plugin-mocha": "4.9.0",
"mocha": "6.0.2",
"redis-mock": "0.17.0"
},
"bin": {
"hydra-cli": "hydra-cli.js"
}
}