-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 843 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
35
{
"name": "stably",
"version": "1.0.1",
"main": "./stably.js",
"description": "Implement fault tolerance in node js. (Automatic restart, migration, fault notification)",
"bin": {
"stably": "./bin/stably.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmmhmmhm/stably.git"
},
"keywords": [
"fault-tolerance",
"restart",
"reboot",
"migration",
"notification"
],
"author": "hmmhmmhm",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmmhmmhm/stably/issues"
},
"homepage": "https://github.com/hmmhmmhm/stably#readme",
"dependencies": {
"cancelable-event": "^1.0.2",
"folder-logger": "^1.0.0",
"fslogger": "^2.0.2",
"mkdir-recursive": "^0.4.0",
"nodemon": "^1.18.9",
"string-error-parse": "^1.0.1",
"yargs": "^12.0.5"
}
}