blob: a15edd749447580bc67861f8c8d7312ff24b9b62 [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",
Akron82a1fb52023-05-09 16:02:46 +02005 "version": "0.50.1",
Akronba09ed22020-10-01 16:01:45 +02006 "pluginVersion": "0.2.2",
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": {
Akron8fa4cfe2023-01-26 17:07:31 +010015 "grunt": "^1.5.3",
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",
Akron7ca73872021-03-08 11:29:11 +010019 "grunt-sass": "^3.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",
dependabot[bot]5033c932022-12-22 14:48:16 +000022 "imagemin": "^8.0.1",
dependabot[bot]bfee5292022-12-22 14:48:00 +000023 "optipng-bin": "^9.0.0",
Akron4cbe6db2021-12-01 17:46:13 +010024 "sass": "^1.44.0",
dependabot[bot]c90a7532023-06-26 09:08:00 +000025 "vinyl-fs": "^4.0.0"
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",
32 "terser" : "^5.16.1"
Nils Diewaldea236742015-03-26 21:55:36 +000033 }
34}