-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "hydra-plugin-rpc",
"version": "0.0.4",
"description": "simple distributed RPC using Hydra",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "babel --presets=es2017,stage-3 src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecwyne/hydra-plugin-rpc.git"
},
"keywords": [
"hydra",
"microservices",
"rpc"
],
"author": "Eric Wyne <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecwyne/hydra-plugin-rpc/issues"
},
"homepage": "https://github.com/ecwyne/hydra-plugin-rpc#readme",
"dependencies": {
"didyoumean": "^1.2.1",
"hydra-plugin": "0.0.1",
"ramda": "^0.23.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1"
}
}