blob: 69de7f6a020ff17fcc8cf85166fff72b39f14ed7 [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",
Akronbfe912c2018-07-17 19:30:52 +02005 "version": "0.27.4",
Akron70821ba2018-07-16 17:24:36 +02006 "repository": {
Akrondf5ad372018-07-02 14:47:57 +02007 "pluginVersion": "0.1",
8 "repository" : {
Nils Diewald709f52f2015-05-21 18:32:58 +00009 "type": "git",
10 "url": "https://github.com/KorAP/Kalamar.git"
Nils Diewald023c6712015-05-21 20:12:30 +000011 },
Nils Diewaldea236742015-03-26 21:55:36 +000012 "devDependencies": {
Akron70821ba2018-07-16 17:24:36 +020013 "grunt": "^1.0.3",
14 "grunt-contrib-copy": "^1.0.0",
15 "grunt-contrib-imagemin": "^2.0.1",
Akrond666fbb2018-02-12 10:38:49 +010016 "grunt-contrib-requirejs": "^1.0.0",
Akron70821ba2018-07-16 17:24:36 +020017 "grunt-contrib-sass": "^1.0.0",
18 "grunt-contrib-uglify-es": "^3.3.0",
19 "grunt-contrib-watch": "^1.1.0",
20 "imagemin": "^5.3.1",
21 "optipng-bin": "^4.0.0",
22 "vinyl-fs": "^3.0.2"
Akrondf5ad372018-07-02 14:47:57 +020023 "optipng-bin": "^4.0.0",
24 "grunt-contrib-uglify": "^3.3.0"
Nils Diewaldea236742015-03-26 21:55:36 +000025 }
26}