{
    "name": "nools-flex",
    "description": "Fork of nools -> Added capability to manually remove an asserted fact from the workingMemory ( a bit like the opposite of session.modify(fact) )",
    "version": "0.0.4",
    "keywords" : ["rules", "flow", "rules engine", "rools", "drools", "async", "flow control"],
    "repository": {
        "type": "git",
        "url": "git@github.com:C2FO/nools.git"
    },
    "dependencies" : {
        "comb" : "0.1.7"
    },
    "devDependencies" : {
        "it" : ">=0.0.5",
        "jison" : ">=0.3.2"
    },
    "homepage": "http://c2fo.github.com/nools",
    "author": "Doug Martin (http://c2fo.com)",
    "main": "index.js",
    "scripts" : {
        "test" : "make test"
    },
    "directories": {
        "lib": "lib"
    },
    "engines": {
        "node": ">= 0.6.1"
    }
}
