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": {
|
|
|
|
"postinstall": "bower install",
|
|
|
|
"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": {
|
2016-04-28 16:18:07 +02:00
|
|
|
"bower": "^1.7.7",
|
2015-08-29 15:24:20 +02:00
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-autoprefixer": "^2.3.1",
|
|
|
|
"gulp-concat": "^2.6.0",
|
2015-09-03 09:31:04 +02:00
|
|
|
"gulp-csslint": "^0.2.0",
|
2015-08-29 15:24:20 +02:00
|
|
|
"gulp-cssmin": "^0.1.7",
|
2016-04-28 16:18:07 +02:00
|
|
|
"gulp-if": "^2.0.0",
|
2015-08-29 15:24:20 +02:00
|
|
|
"gulp-imagemin": "^2.3.0",
|
|
|
|
"gulp-jshint": "^1.11.2",
|
|
|
|
"gulp-less": "^3.0.3",
|
|
|
|
"gulp-rename": "^1.2.2",
|
2016-03-04 14:40:05 +01:00
|
|
|
"gulp-uglify": "^1.2.0",
|
2016-04-28 16:18:07 +02:00
|
|
|
"gulp-util": "^3.0.7"
|
2015-08-29 15:24:20 +02:00
|
|
|
}
|
|
|
|
}
|