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
·14 lines (14 loc) · 793 Bytes
/
package.json
File metadata and controls
executable file
·14 lines (14 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "durable",
"version": "0.36.79",
"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": { "express": "3.4.x" , "node-static": "0.7.x", "body-parser": "1.12.x", "bindings": "*", "nan": "~1.1.0", "esprima": "3.1.x", "escodegen": "1.8.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": "jr3791@live.com"}
}