|
- {
- "name": "koha",
- "description": "Koha is distributed under the GNU GPL version 3 or later.",
- "main": "gulpfile.js",
- "directories": {
- "doc": "docs",
- "test": "test"
- },
- "dependencies": {
- "bootstrap": "^4.5.2",
- "gulp": "^4.0.2",
- "gulp-autoprefixer": "^4.0.0",
- "gulp-concat-po": "^1.0.0",
- "gulp-cssnano": "^2.1.2",
- "gulp-exec": "^4.0.0",
- "gulp-rename": "^2.0.0",
- "gulp-rtlcss": "^1.4.1",
- "gulp-sass": "^3.1.0",
- "gulp-sourcemaps": "^2.6.1",
- "merge-stream": "^2.0.0",
- "minimist": "^1.2.5"
- },
- "scripts": {
- "build": "node_modules/.bin/gulp build",
- "css": "node_modules/.bin/gulp css",
- "watch": "node_modules/.bin/gulp watch"
- },
- "repository": {
- "type": "git",
- "url": "git://git.koha-community.org/koha.git"
- },
- "resolutions": {
- "minimatch": "^3.0.2",
- "lodash": "^4.17.12",
- "js-yaml": "^3.13.1"
- },
- "author": "",
- "license": "GPL-3.0"
- }
|