Bug 25548: Remove Apache rewrite directives that trigger redirects
[koha.git] / package.json
bloba209070a9abeeb6bc0dd24254727e33a2b17eada
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     "merge-stream": "^2.0.0",
21     "minimist": "^1.2.5"
22   },
23   "scripts": {
24     "build": "node_modules/.bin/gulp build",
25     "css": "node_modules/.bin/gulp css",
26     "watch": "node_modules/.bin/gulp watch"
27   },
28   "repository": {
29     "type": "git",
30     "url": "git://git.koha-community.org/koha.git"
31   },
32   "resolutions": {
33     "minimatch": "^3.0.2",
34     "lodash": "^4.17.12",
35     "js-yaml": "^3.13.1"
36   },
37   "author": "",
38   "license": "GPL-3.0"