package.json 405 B

12345678910111213
  1. {
  2. "name": "archivebox",
  3. "version": "0.8.2",
  4. "description": "ArchiveBox: The self-hosted internet archive",
  5. "author": "Nick Sweeting <archivebox-npm@sweeting.me>",
  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.54"
  12. }
  13. }