package.json 405 B

12345678910111213
  1. {
  2. "name": "archivebox",
  3. "version": "0.7.2",
  4. "description": "ArchiveBox: The self-hosted internet archive",
  5. "author": "Nick Sweeting <[email protected]>",
  6. "repository": "github:ArchiveBox/ArchiveBox",
  7. "license": "MIT",
  8. "dependencies": {
  9. "@postlight/parser": "^2.2.3",
  10. "readability-extractor": "github:ArchiveBox/readability-extractor",
  11. "single-file-cli": "^1.1.46"
  12. }
  13. }