eql-engine
Version:
E-Learnig query language interpreter
26 lines (25 loc) • 545 B
JSON
{
"name": "eql-engine",
"version": "0.0.9",
"description": "E-Learnig query language interpreter",
"main": "eql.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Dte-ba/eql-engine.git"
},
"keywords": [
"E-Learning",
"query",
"lang",
"epm"
],
"author": "Dte-ba",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/Dte-ba/eql-engine/issues"
},
"homepage": "https://github.com/Dte-ba/eql-engine"
}