mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 12:13:05 +00:00
14 lines
437 B
JSON
14 lines
437 B
JSON
{
|
|
"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.46"
|
|
}
|
|
}
|