-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 889 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
{
"name": "supe",
"version": "0.5.2",
"description": "Flexible Framework for Fault-Tolerant Node.js Apps",
"main": "index.js",
"dependencies": {
"cjs-noticeboard": "0.0.7",
"cjs-sync-hooks": "0.1.1",
"cjs-yield": "^1.0.1",
"merge-objects": "1.0.5",
"require-directory": "2.1.1"
},
"devDependencies": {
"coveralls": "^3.0.1",
"mocha": "^5.2.0",
"nyc": "^13.0.0"
},
"scripts": {
"test": "nyc mocha --exit",
"lcov-to-coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akamaozu/node-supe.git"
},
"keywords": [
"supe",
"erlang",
"supervisor",
"process"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akamaozu/node-supe/issues"
},
"homepage": "https://github.com/Akamaozu/node-supe#readme"
}