mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
19 lines
607 B
JSON
19 lines
607 B
JSON
{
|
|
"name": "archivebox",
|
|
"version": "0.4.19",
|
|
"description": "ArchiveBox: The self-hosted internet archive",
|
|
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
|
"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"
|
|
}
|
|
}
|