1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +12:00
ArchiveBox/package.json
2020-08-18 15:58:40 -04:00

20 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"
}
}