Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.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     "gulp": "^4.0.2",
11     "gulp-autoprefixer": "^4.0.0",
12     "gulp-cssnano": "^2.1.2",
13     "gulp-sass": "^3.1.0",
14     "gulp-sourcemaps": "^2.6.1",
15     "minimist": "^1.2.5"
16   },
17   "devDependencies": {},
18   "scripts": {
19     "build": "node_modules/.bin/gulp build",
20     "css": "node_modules/.bin/gulp css",
21     "watch": "node_modules/.bin/gulp watch"
22   },
23   "repository": {
24     "type": "git",
25     "url": "git://git.koha-community.org/koha.git"
26   },
27   "resolutions": {
28     "minimatch": "^3.0.2",
29     "lodash": "^4.17.12",
30     "js-yaml": "^3.13.1"
31   },
32   "author": "",
33   "license": "GPL-3.0"
34 }