1
0
Fork 0
mirror of synced 2024-06-05 03:54:34 +12:00
ArchiveBox/package.json
2020-08-13 23:21:15 -04:00

18 lines
465 B
JSON

{
"name": "archivebox",
"version": "0.4.14",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"license": "MIT",
"scripts": {
"archivebox": "./bin/archive"
},
"bin": {
"archivebox": "./bin/archive"
},
"dependencies": {
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
"single-file": "https://gitpkg.now.sh/pirate/SingleFile/cli?66c7b9bc"
}
}