Bug 26666: (QA follow-up) Add 'USE raw' in template
[koha.git] / package.json
blobda53cab958576baf1f143944499c582dd8175cd7
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-rename": "^2.0.0",
15     "gulp-rtlcss": "^1.4.1",
16     "gulp-sass": "^3.1.0",
17     "gulp-sourcemaps": "^2.6.1",
18     "minimist": "^1.2.5"
19   },
20   "scripts": {
21     "build": "node_modules/.bin/gulp build",
22     "css": "node_modules/.bin/gulp css",
23     "watch": "node_modules/.bin/gulp watch"
24   },
25   "repository": {
26     "type": "git",
27     "url": "git://git.koha-community.org/koha.git"
28   },
29   "resolutions": {
30     "minimatch": "^3.0.2",
31     "lodash": "^4.17.12",
32     "js-yaml": "^3.13.1"
33   },
34   "author": "",
35   "license": "GPL-3.0"