-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 720 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
34
{
"name": "node-registrify",
"description": "Fast, simple Service registry for Client-side service discovery in microservices system",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "git://github.com/lehoangduc/node-registrify"
},
"keywords": [
"framework",
"http",
"api",
"microservices",
"service registry"
],
"bin": {
"node-registrify": "./bin/node-registrify.js"
},
"main": "index.js",
"engines": {
"node": ">=4.5.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"bunyan": "^1.8.3",
"commander": "^2.9.0",
"hapi": "^17.0.0",
"redis": "^3.1.1",
"underscore": "^1.8.3"
},
"scripts": {
"start": "node index.js"
}
}