1
0
Fork 0
mirror of synced 2024-05-24 06:09:32 +12:00
ArchiveBox/package.json

15 lines
437 B
JSON
Raw Permalink Normal View History

{
2024-01-28 23:57:45 +13:00
"name": "archivebox",
"version": "0.7.3",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies":
{
"@postlight/parser": "^2.2.3",
"readability-extractor": "github:ArchiveBox/readability-extractor",
"single-file-cli": "^1.1.54"
2024-01-28 23:57:45 +13:00
}
}