2020-08-13 22:23:27 -04:00
|
|
|
{
|
2020-08-18 15:02:36 -04:00
|
|
|
"name": "archivebox",
|
2020-08-18 15:58:40 -04:00
|
|
|
"version": "0.4.19",
|
2020-08-18 15:02:36 -04: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-18 18:14:56 -04:00
|
|
|
"readability-extractor": "./node_modules/.bin/readability-extractor"
|
2020-08-18 15:02:36 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
|
|
|
|
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
|
|
|
|
}
|
2020-08-13 22:23:27 -04:00
|
|
|
}
|