2015-08-29 15:24:20 +02:00
|
|
|
{
|
|
|
|
"name": "yunohost-admin",
|
|
|
|
"description": "YunoHost Admin web interface",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/YunoHost/yunohost-admin"
|
|
|
|
},
|
2016-05-14 23:22:41 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp build",
|
2016-07-21 12:09:47 +02:00
|
|
|
"build-dev": "gulp build --dev",
|
|
|
|
"watch": "gulp watch",
|
|
|
|
"watch-dev": "gulp watch --dev"
|
2016-05-14 23:22:41 +02:00
|
|
|
},
|
2015-08-29 15:24:20 +02:00
|
|
|
"author": "Yunohost",
|
2015-09-16 13:35:39 +02:00
|
|
|
"license": "AGPL-3.0",
|
2015-08-29 15:24:20 +02:00
|
|
|
"bugs": {
|
2018-06-07 13:36:35 +02:00
|
|
|
"url": "https://github.com/YunoHost/issues"
|
2015-08-29 15:24:20 +02:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/YunoHost/yunohost-admin",
|
|
|
|
"devDependencies": {
|
2020-06-03 23:02:39 +02:00
|
|
|
"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"
|
|
|
|
},
|
2015-08-29 15:24:20 +02:00
|
|
|
}
|
|
|
|
}
|