{ "name": "yunohost-admin", "description": "YunoHost Admin web interface", "repository": { "type": "git", "url": "https://github.com/YunoHost/yunohost-admin" }, "scripts": { "build": "gulp build", "build-dev": "gulp build --dev", "watch": "gulp watch", "watch-dev": "gulp watch --dev" }, "author": "Yunohost", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/YunoHost/issues" }, "homepage": "https://github.com/YunoHost/yunohost-admin", "devDependencies": { "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-concat": "^2.6.1", "gulp-csslint": "^1.0.1", "gulp-cssmin": "^0.2.0", "gulp-if": "^3.0.0", "gulp-imagemin": "^7.1.0", "gulp-jshint": "^2.1.0", "gulp-less": "^4.0.1", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2", "gulp-mustache": "^5.0.0" }, } }