| 12345678910111213141516171819 |
- {
- "name": "archivebox",
- "version": "0.4.17",
- "description": "ArchiveBox: The self-hosted internet archive",
- "author": "Nick Sweeting <[email protected]>",
- "license": "MIT",
- "scripts": {
- "archivebox": "./bin/archive"
- },
- "bin": {
- "archivebox-node": "./bin/archive",
- "single-file": "./node_modules/.bin/single-file",
- "readability-extractor": "./node_modules/.bin/single-file"
- },
- "dependencies": {
- "readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
- "single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
- }
- }
|