Bug 19474: Convert staff client CSS to SCSS
[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     "gulp": "^3.9.1",
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     "gulp-util": "^3.0.8"
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   "author": "",
28   "license": "GPL-3.0"
29 }