Files
freeipa/install/ui/src/freeipa/package.json
T
Alexey Slaykovsky c450e2dc8f Make WebUI unit tests to generate results as JUnit
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>
2018-03-16 14:26:48 +01:00

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"
}