2017-02-20 07:51:24 +00:00
|
|
|
{
|
|
|
|
"name": "monolith",
|
|
|
|
"version": "0.4.5",
|
|
|
|
"description": "Save HTML pages with ease",
|
2017-02-20 08:19:34 +00:00
|
|
|
"main": "compactor.js",
|
2017-02-20 07:51:24 +00:00
|
|
|
"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": [
|
2017-02-20 08:19:34 +00:00
|
|
|
"hoarding",
|
|
|
|
"save-the-internet",
|
|
|
|
"procrastination",
|
|
|
|
"its-mine",
|
|
|
|
"no-more-404",
|
2017-02-20 07:51:24 +00:00
|
|
|
"monolith",
|
|
|
|
"one-for-all",
|
|
|
|
"all-for-one"
|
|
|
|
],
|
|
|
|
"author": "Y2Z",
|
|
|
|
"license": "GPL-3.0"
|
|
|
|
}
|