mirror of
https://github.com/johnfactotum/foliate.git
synced 2026-05-17 16:37:36 -04:00
21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"name": "foliate",
|
|
"version": "3.1.1",
|
|
"description": "Read e-books in style",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/johnfactotum/foliate.git"
|
|
},
|
|
"author": "John Factotum",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/johnfactotum/foliate/issues"
|
|
},
|
|
"homepage": "https://johnfactotum.github.io/foliate/",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"globals": "^15.9.0"
|
|
}
|
|
}
|