mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-16 16:04:53 -05:00
Now WebUI unit tests are generating results in qunit format which is not consumable well by Jenkins. This patch adds NPM dependency for adding generation results in JUnit XML format so it can be easily processed. Reviewed-By: Christian Heimes <cheimes@redhat.com>
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"name": "freeipa",
|
|
"description": "Web UI for FreeIPA, an integrated security information management solution.",
|
|
"version": "4.6.90",
|
|
"keywords": [
|
|
"FreeIPA",
|
|
"Identity management",
|
|
"Red Hat",
|
|
"Web UI"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Petr Vobornik"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Pavel Vomacka"
|
|
},
|
|
{
|
|
"name": "Petr Vobornik"
|
|
},
|
|
{
|
|
"name": "Endi Sukma Dewata"
|
|
},
|
|
{
|
|
"name": "Adam Young"
|
|
},
|
|
{
|
|
"name": "Pavel Zuna"
|
|
},
|
|
{
|
|
"name": "Ana Krivokapic"
|
|
}
|
|
],
|
|
"license": "GPL-3.0",
|
|
"bugs": "https://pagure.io/freeipa/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://pagure.io/freeipa.git",
|
|
"path": "install/ui/js/freeipa"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-qunit": "^2.0.0",
|
|
"grunt-qunit-junit": "^0.3.1"
|
|
},
|
|
"dependencies": {
|
|
"dojo": "~1.8.1"
|
|
},
|
|
"main": "src",
|
|
"homepage": "http://freeipa.org/",
|
|
"dojoBuild": "freeipa.profile.js"
|
|
}
|