-
Carsten Rose authored
Release.rst: fix typo
Carsten Rose authoredRelease.rst: fix typo
This project manages its dependencies using npm.
Learn more
package.json 1.10 KiB
{
"name": "qfq",
"version": "1.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootlint": "^0.14.2",
"bootstrap": "^3.3.6",
"bootstrap-validator": "^0.11.5",
"chart.js": "^2.1.2",
"codemirror": "^5.53.2",
"corejs-typeahead": "^1.3.1",
"fullcalendar": "^3.10.1",
"grunt": "^1.0.4",
"grunt-concat-in-order": "^0.2.6",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"jquery": "latest",
"jqwidgets-framework": "4.2.1",
"jsdoc": "^3.6.4",
"mocha": "^3.2.0",
"moment": "^2.24.0",
"popper.js": "^1.14.3",
"selenium-webdriver": "^3.3.0",
"should": "^11.2.1",
"tablesorter": "^2.31.0",
"tinymce": "^4.9.10",
"wolfy87-eventemitter": "^4.3.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha tests/selenium/test*.js"
},
"license": "ISC",
"repository": "https://git.math.uzh.ch/typo3/qfq"
}