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
·41 lines (41 loc) · 870 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 870 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
41
{
"name": "durable",
"version": "2.0.10",
"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.11.1",
"esprima": "^3.1.3",
"nan": "^1.9.0",
"node-gyp": "^3.8.0",
"redis": "^2.8.0"
},
"repository": {
"type": "git",
"url": "http://github.com/jruizgit/rules"
},
"main": "./libjs/durable",
"scripts": {
"install": "node-gyp rebuild"
},
"license": "MIT",
"gypfile": true,
"engines": {
"node": "4.6.x",
"npm": "2.5.x"
},
"author": {
"name": "Jesus Ruiz",
"email": "jr3791@live.com"
}
}