|
@@ -3,6 +3,7 @@
|
|
|
"version": "0.6.0",
|
|
"version": "0.6.0",
|
|
|
"description": "ArchiveBox: The self-hosted internet archive",
|
|
"description": "ArchiveBox: The self-hosted internet archive",
|
|
|
"author": "Nick Sweeting <[email protected]>",
|
|
"author": "Nick Sweeting <[email protected]>",
|
|
|
|
|
+ "repository": "github:ArchiveBox/ArchiveBox",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"archivebox": "./bin/archive"
|
|
"archivebox": "./bin/archive"
|
|
@@ -15,7 +16,7 @@
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@postlight/mercury-parser": "^2.2.0",
|
|
"@postlight/mercury-parser": "^2.2.0",
|
|
|
- "readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
|
|
|
|
|
|
|
+ "readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
|
|
|
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
|
|
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|