sellquiz
Version:
An open source domain-specific language for online assessment
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "sellquiz",
"type": "module",
"version": "3.1.4",
"description": "An open source domain-specific language for online assessment",
"main": "src/index.js",
"scripts": {
"build": "tsc && rollup -c",
"test": "node src/test.ts",
"gendoc": "python3 gen-doc.py",
"webserver": "php -S localhost:8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sellquiz/sellquiz.git"
},
"keywords": [
"e-learning",
"domain-specific-language",
"online-assessment"
],
"author": "Andreas Schwenk <andreas.schwenk@th-koeln.de> (https://sell.f07-its.fh-koeln.de/)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sellquiz/sellquiz/issues"
},
"homepage": "https://github.com/sellquiz/sellquiz#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"codemirror": "^5.63.3",
"codemirror-spell-checker": "^1.1.2",
"jquery": "^3.6.0",
"mathjs": "^9.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/codemirror": "^5.60.5",
"@types/jquery": "^3.5.8",
"bootstrap": "^5.0.1",
"child_process": "^1.0.2",
"eslint": "^7.29.0",
"mathjax": "^3.2.0",
"open": "^8.2.1",
"rollup": "^2.51.2",
"rollup-plugin-terser": "^7.0.2",
"typedoc": "^0.22.6",
"typedoc-plugin-markdown": "^3.10.1",
"typescript": "^4.3.4",
"uglify-js": "^3.14.2"
}
}