-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "harcon",
"version": "9.2.50",
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.",
"keywords": [
"messaging",
"enterprise service bus"
],
"homepage": "https://github.com/imrefazekas/harcon",
"repository": {
"type": "git",
"url": "git://github.com/imrefazekas/harcon.git"
},
"bugs": {
"url": "http://github.com/imrefazekas/harcon/issues"
},
"author": {
"name": "Imre Fazekas",
"email": "[email protected]"
},
"license": "MIT",
"main": "./lib/Inflicter.js",
"dependencies": {
"assign.js": "^2.8.13",
"clerobee": "^1.0.3",
"cron": "^1.8.2",
"harcon-flow": "^2.7.3",
"isa.js": "^2.2.16",
"mkdirp": "^1.0.4",
"proback.js": "^2.1.16",
"vindication.js": "^4.20.12"
},
"devDependencies": {
"chai": "^4.2.0",
"pino": "~6",
"pino-pretty": "~4",
"@nlv8/signun": "2.0.1"
},
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"lint": "eslint lib/",
"mocha": "mocha test/harcon.mocha.js",
"mocha-bender": "mocha test/harcon-bender.mocha.js",
"test": "mocha test/harcon.mocha.js; mocha test/harcon-bender.mocha.js"
}
}