Bug 20168: Update of the OPAC bootstrap template to bootstrap v4
[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-cssnano": "^2.1.2",
14     "gulp-sass": "^3.1.0",
15     "gulp-sourcemaps": "^2.6.1",
16     "minimist": "^1.2.5"
17   },
18   "devDependencies": {},
19   "scripts": {
20     "build": "node_modules/.bin/gulp build",
21     "css": "node_modules/.bin/gulp css",
22     "watch": "node_modules/.bin/gulp watch"
23   },
24   "repository": {
25     "type": "git",
26     "url": "git://git.koha-community.org/koha.git"
27   },
28   "resolutions": {
29     "minimatch": "^3.0.2",
30     "lodash": "^4.17.12",
31     "js-yaml": "^3.13.1"
32   },
33   "author": "",
34   "license": "GPL-3.0"
35 }