1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00
ArchiveBox/package.json

20 lines
617 B
JSON
Raw Normal View History

{
2020-08-19 07:02:36 +12:00
"name": "archivebox",
2020-08-19 11:10:12 +12:00
"version": "0.4.21",
2020-08-19 07:02:36 +12:00
"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",
2020-08-19 10:14:56 +12:00
"readability-extractor": "./node_modules/.bin/readability-extractor"
2020-08-19 07:02:36 +12:00
},
"dependencies": {
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
}
}