mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"jshint": "^2.11.1",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-mustache": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"fork-awesome": "^1.1.7",
|
|
"handlebars": "^4.7.6",
|
|
"handlebars-intl": "1.1.2",
|
|
"isotope-layout": "^3.0.6",
|
|
"jquery": "^3.5.1",
|
|
"js-cookie": "^2.2.1",
|
|
"sammy": "^0.7.6",
|
|
"source-code-pro": "^2.30.2",
|
|
"source-sans-pro": "^3.6.0"
|
|
}
|
|
}
|