lib-jsl
Version:
JSL is a JSON based logic programming library meant for embedded use
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "lib-jsl",
"version": "0.0.17",
"description": "JSL is a JSON based logic programming library meant for embedded use",
"main": "jsl.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test/tests test/samples/ta/auth-test-simple.js test/samples/ta/auth-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kavi-saralweb/jsl.git"
},
"keywords": [
"logic programming",
"rules based programming",
"unification",
"unifier",
"JSON logic programming",
"JSON unifier",
"JSON rules based programming",
"JS logic programming",
"JS unifier",
"JS rules based programming"
],
"author": "Kavi Singh, Sandeep Agarwal, Pradeep Singh Rajpoot",
"license": "MIT",
"devDependencies": {
"mocha": "2.4.5",
"chai": "^3.5.0",
"chai-jsl": "*",
"grunt": "^0.4.5",
"grunt-commands": "*",
"grunt-md2html": "^0.3.0",
"grunt-contrib-copy": "*",
"grunt-shell": "*",
"grunt-nunjucks-2-html": "^0.2.10",
"markdown-toc": "^0.12.6",
"matchdep": "^1.0.0"
}
}