mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
38 lines
710 B
JSON
38 lines
710 B
JSON
{
|
|
"name": "foliate",
|
|
"version": "0.0.0",
|
|
"description": "Render e-books in the browser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/johnfactotum/foliate-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/johnfactotum/foliate-js/issues"
|
|
},
|
|
"homepage": "https://github.com/johnfactotum/foliate-js#readme",
|
|
"author": "John Factotum",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*.js": "./*.js"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.1.0",
|
|
"globals": "^15.0.0"
|
|
},
|
|
"keywords": [
|
|
"ebook",
|
|
"reader",
|
|
"epub",
|
|
"cfi",
|
|
"mobi",
|
|
"azw",
|
|
"azw3",
|
|
"fb2",
|
|
"cbz",
|
|
"dictd",
|
|
"stardict",
|
|
"opds"
|
|
]
|
|
}
|