blob: e54a66e6e4fb43b2b95553a6f61ae84e98ea9d25 [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",
5 "version": "0.27.3",
6 "repository": {
Nils Diewald709f52f2015-05-21 18:32:58 +00007 "type": "git",
8 "url": "https://github.com/KorAP/Kalamar.git"
Nils Diewald023c6712015-05-21 20:12:30 +00009 },
Nils Diewaldea236742015-03-26 21:55:36 +000010 "devDependencies": {
Akron70821ba2018-07-16 17:24:36 +020011 "grunt": "^1.0.3",
12 "grunt-contrib-copy": "^1.0.0",
13 "grunt-contrib-imagemin": "^2.0.1",
Akrond666fbb2018-02-12 10:38:49 +010014 "grunt-contrib-requirejs": "^1.0.0",
Akron70821ba2018-07-16 17:24:36 +020015 "grunt-contrib-sass": "^1.0.0",
16 "grunt-contrib-uglify-es": "^3.3.0",
17 "grunt-contrib-watch": "^1.1.0",
18 "imagemin": "^5.3.1",
19 "optipng-bin": "^4.0.0",
20 "vinyl-fs": "^3.0.2"
Nils Diewaldea236742015-03-26 21:55:36 +000021 }
22}