forked from jruizgit/rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 897 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
39
40
41
42
{
"name": "durable",
"version": "0.36.95",
"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": "*",
"body-parser": "1.12.x",
"escodegen": "1.8.x",
"esprima": "3.1.x",
"express": "^4.16.4",
"nan": "~1.1.0",
"node-static": "0.7.x"
},
"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": "[email protected]"
}
}