install node dependencies from package.json

This commit is contained in:
Nick Sweeting
2020-08-13 22:23:27 -04:00
parent aa085cdb60
commit e7948cf161
6 changed files with 1570 additions and 84 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}
}