21 lines
413 B
JSON
21 lines
413 B
JSON
# This is a extended json package definition file
|
|
# We allow simple comments (lines starting with a hash symbol)
|
|
{
|
|
"ubuntu-oneiric": {
|
|
"mock": {
|
|
"version": "0.8.0"
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
"coverage": {
|
|
"version": "3.5.1"
|
|
},
|
|
"nose": {
|
|
"version": "1.1.2"
|
|
},
|
|
"mock": {
|
|
"version": "0.8.0"
|
|
}
|
|
}
|
|
}
|