package.json 474 B

12345678910111213
  1. {
  2. "name": "archivebox",
  3. "version": "0.6.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/mercury-parser": "^2.2.0",
  10. "readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
  11. "single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
  12. }
  13. }