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

25 lines
449 B
JSON

{
"name": "monolith",
"version": "0.4.5",
"description": "Save HTML pages with ease",
"main": "index.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": [
"html5",
"monolith",
"one-for-all",
"all-for-one"
],
"author": "Y2Z",
"license": "GPL-3.0"
}