1
0
Fork 0
mirror of synced 2024-05-19 20:02:29 +12:00
ArchiveBox/package.json

20 lines
584 B
JSON
Raw Normal View History

{
"name": "archivebox",
"version": "0.4.17",
"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",
2020-08-15 03:41:31 +12:00
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
}
}