blob: 629a123c57993592bcde0ee74edcfaf323e91248 [file] [log] [blame]
Nils Diewaldea236742015-03-26 21:55:36 +00001{
Nils Diewaldb59f8012015-05-07 19:34:31 +00002 "name": "Kalamar",
Akrone6e5b0b2015-05-21 22:49:39 +02003 "description": "Mojolicious-based Frontend for KorAP",
Akron70821ba2018-07-16 17:24:36 +02004 "license": "BSD-2-Clause",
Akrone3b566d2026-03-05 17:40:10 +01005 "version": "0.64.1",
Akronb759ee92024-11-19 18:02:56 +01006 "pluginVersion": "0.2.3",
Akronb31b0722020-01-22 16:34:09 +01007 "engines": {
8 "node": ">=6.0.0"
9 },
Akron08648842019-03-28 11:55:22 +010010 "repository": {
Nils Diewald709f52f2015-05-21 18:32:58 +000011 "type": "git",
12 "url": "https://github.com/KorAP/Kalamar.git"
Nils Diewald023c6712015-05-21 20:12:30 +000013 },
Nils Diewaldea236742015-03-26 21:55:36 +000014 "devDependencies": {
Akron2ca9c2d2026-05-05 16:14:45 +020015 "grunt": "^1.6.2",
Akron70821ba2018-07-16 17:24:36 +020016 "grunt-contrib-copy": "^1.0.0",
Akrond666fbb2018-02-12 10:38:49 +010017 "grunt-contrib-requirejs": "^1.0.0",
Akron70821ba2018-07-16 17:24:36 +020018 "grunt-contrib-watch": "^1.1.0",
Akron2ca9c2d2026-05-05 16:14:45 +020019 "grunt-sass": "^4.1.0",
dependabot[bot]855a6222022-12-22 14:48:37 +000020 "grunt-shell": "^4.0.0",
dependabot[bot]a34e6ae2022-12-22 14:48:09 +000021 "grunt-terser": "^2.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020022 "imagemin": "^9.0.1",
dependabot[bot]bfee5292022-12-22 14:48:00 +000023 "optipng-bin": "^9.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020024 "sass": "^1.99.0",
25 "vinyl-fs": "^4.0.2"
Akron020c3632020-01-16 09:25:32 +010026 },
27 "optionalDependencies": {
28 "fsevents": "*"
Akron7ca73872021-03-08 11:29:11 +010029 },
30 "dependencies": {
Akron8fa4cfe2023-01-26 17:07:31 +010031 "grunt-contrib-imagemin": "^4.0.0",
Akron2ca9c2d2026-05-05 16:14:45 +020032 "terser": "^5.46.2"
Nils Diewaldea236742015-03-26 21:55:36 +000033 }
34}