You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monolith/package.json

29 lines
539 B
JSON

{
"name": "monolith",
"version": "0.4.5",
"description": "Save HTML pages with ease",
"main": "compactor.js",
"dependencies": {
"sync-request": "^3.0.1",
"jsdom": "^9.9.1"
},
"bin": {
"monolith": "bin/index.js"
},
"scripts": {
"test": "bin/index.js https://github.com > github.html"
},
"keywords": [
"hoarding",
"save-the-internet",
"procrastination",
"its-mine",
"no-more-404",
"monolith",
"one-for-all",
"all-for-one"
],
"author": "Y2Z",
"license": "GPL-3.0"
}