2
0

package.json 607 B

12345678910111213141516171819
  1. {
  2. "name": "archivebox",
  3. "version": "0.4.17",
  4. "description": "ArchiveBox: The self-hosted internet archive",
  5. "author": "Nick Sweeting <[email protected]>",
  6. "license": "MIT",
  7. "scripts": {
  8. "archivebox": "./bin/archive"
  9. },
  10. "bin": {
  11. "archivebox-node": "./bin/archive",
  12. "single-file": "./node_modules/.bin/single-file",
  13. "readability-extractor": "./node_modules/.bin/single-file"
  14. },
  15. "dependencies": {
  16. "readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
  17. "single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
  18. }
  19. }