22 lines
316 B
JSON
22 lines
316 B
JSON
{
|
|
"pacman":[
|
|
"python-markdown"
|
|
],
|
|
"apt": [
|
|
"python3-markdown"
|
|
],
|
|
"dnf": [
|
|
"python3-markdown"
|
|
],
|
|
"pip": {
|
|
"linux": [
|
|
"retrying"
|
|
],
|
|
"win32": [
|
|
"retrying",
|
|
"markdown"
|
|
]
|
|
},
|
|
"npm_install": true
|
|
}
|