forked from jruizgit/rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 857 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 857 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
36
37
38
39
40
{
"name": "durable",
"version": "2.0.35",
"description": "A lightweight rules engine for real-time, consistent and scalable coordination of events.",
"keywords": [
"business rules",
"rules engine",
"rete",
"forward chaining",
"streaming analytics",
"complex event processing",
"state machine",
"workflow"
],
"dependencies": {
"bindings": "^1.5.0",
"escodegen": "^1.12.0",
"esprima": "^3.1.3",
"nan": "^1.9.0",
"node-gyp": "^6.0.0"
},
"repository": {
"type": "git",
"url": "http://github.com/jruizgit/rules"
},
"main": "./libjs/durable",
"scripts": {
"install": "node-gyp rebuild"
},
"license": "MIT",
"gypfile": true,
"engines": {
"node": ">=12.11 <13.11",
"npm": ">=6.11"
},
"author": {
"name": "Jesus Ruiz",
"email": "jr3791@live.com"
}
}