checkcond
Version:
check value against condition string
40 lines (39 loc) • 957 B
JSON
{
"name": "checkcond",
"version": "0.0.6",
"description": "check value against condition string",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "istanbul cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/al66/checkcond.git"
},
"keywords": [
"condition",
"eval",
"check",
"DMN",
"decision"
],
"author": "Andreas Leinen <andreas.leinen@imicros.de> (www.imicros.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/al66/checkcond/issues"
},
"homepage": "https://github.com/al66/checkcond#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"mocha-lcov-reporter": "^1.3.0",
"tape": "^4.6.3"
},
"directories": {
"test": "test"
},
"dependencies": {}
}