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

22 lines
719 B
JSON
Raw Normal View History

{
2020-08-19 07:02:36 +12:00
"name": "archivebox",
2021-03-27 19:22:54 +13:00
"version": "0.6.0",
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-09-24 03:34:05 +12:00
"readability-extractor": "./node_modules/.bin/readability-extractor",
"mercury-parser": "./node_modules/.bin/mercury-parser"
2020-08-19 07:02:36 +12:00
},
"dependencies": {
2020-09-22 20:47:22 +12:00
"@postlight/mercury-parser": "^2.2.0",
2020-08-19 07:02:36 +12:00
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
}
}