async-rule-engine
Version:
condition and consequence based rule engine in node
23 lines (22 loc) • 591 B
JSON
{
"name": "async-rule-engine",
"version": "0.0.5",
"description": "condition and consequence based rule engine in node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rule-engine", "flow-api", "condition", "consequence"
],
"repository": {
"type": "git",
"url": "https://github.com/fuzzy-coder/rule-engine"
},
"author": "Aditya Joshi <joshi.aditya402@gmail.com> (https://github.com/fuzzy-coder)",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.4",
"node-rules": "^3.1.0"
}
}