-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.27 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@idex/nucleus.core",
"version": "0.10.5",
"description": "A flexible library to implement a distributed micro-service(-like) architecture in NodeJS.",
"keywords": [
"architecture",
"cms",
"cms-framework",
"communication",
"communication-protocol",
"dataflow",
"engine",
"flexible",
"flexible-library",
"framework",
"graph",
"idex-nucleus",
"library",
"microservice",
"nodejs",
"nucleus",
"nucleus-engine",
"persistence-api",
"persistence-framework",
"redis"
],
"author": "Sebastien Filion <[email protected]>",
"contributors": [
"Julien Baillargeon <[email protected]>"
],
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=8.9"
},
"repository": "[email protected]:idexlabs/idex.nucleus.core.git",
"dependencies": {
"bluebird": "^3.5.1",
"jsdoc": "^3.5.5",
"mustache": "^2.3.0",
"redis": "^2.8.0",
"superstruct": "^0.5.2",
"uuid": "^3.2.1"
},
"devDependencies": {
"chai": "latest",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "latest",
"express": "^4.16.3",
"mocha": "latest",
"nyc": "^12.0.2",
"sinon": "latest",
"socket.io-client": "latest",
"v8-profiler": "^5.7.0"
}
}