1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "freeipa",
"description": "Web UI for FreeIPA, an integrated security information management solution.",
"version": "1.0",
"keywords": ["FreeIPA","Identity management", "Red Hat", "Web UI"],
"maintainers": [{
"name": "Petr Vobornik"
}],
"contributors": [{
"name": "Petr Vobornik"
},{
"name": "Endi Sukma Dewata"
},{
"name": "Adam Young"
},{
"name": "Pavel Zuna"
},{
"name": "Ana Krivokapic"
}],
"licenses": [{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}],
"bugs": "https://fedorahosted.org/freeipa/",
"repositories": [{
"type": "git",
"url": "git://git.fedorahosted.org/git/freeipa.git ",
"path": "install/ui/js/freeipa"
}],
"dependencies": {
"dojo": "~1.8.1"
},
"main": "src",
"homepage": "http://freeipa.org/",
"dojoBuild": "freeipa.profile.js"
}
|