Bug 30477: Add new UNIMARC installer translation files
[koha.git] / package.json
1 {
2   "name": "koha",
3   "description": "Koha is distributed under the GNU GPL version 3 or later.",
4   "main": "gulpfile.js",
5   "directories": {
6     "doc": "docs",
7     "test": "test"
8   },
9   "dependencies": {
10     "bootstrap": "^4.5.2",
11     "gulp": "^4.0.2",
12     "gulp-autoprefixer": "^4.0.0",
13     "gulp-concat-po": "^1.0.0",
14     "gulp-cssnano": "^2.1.2",
15     "gulp-exec": "^4.0.0",
16     "gulp-rename": "^2.0.0",
17     "gulp-rtlcss": "^1.4.1",
18     "gulp-sass": "^3.1.0",
19     "gulp-sourcemaps": "^2.6.1",
20     "js-yaml": "^3.13.1",
21     "lodash": "^4.17.12",
22     "merge-stream": "^2.0.0",
23     "minimist": "^1.2.5"
24   },
25   "scripts": {
26     "build": "node_modules/.bin/gulp build",
27     "css": "node_modules/.bin/gulp css",
28     "watch": "node_modules/.bin/gulp watch"
29   },
30   "repository": {
31     "type": "git",
32     "url": "git://git.koha-community.org/koha.git"
33   },
34   "resolutions": {
35     "minimatch": "^3.0.2",
36     "lodash": "^4.17.12",
37     "js-yaml": "^3.13.1"
38   },
39   "author": "",
40   "license": "GPL-3.0"
41 }