package.json 439 B

1234567891011121314151617
  1. {
  2. "name": "single-file-jsdom",
  3. "version": "0.0.1",
  4. "description": "SingleFile for Node.js/jsdom | Save a page into a single HTML file",
  5. "main": "./node-jsdom/single-file-jsdom.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Gildas Lormeau",
  10. "license": "AGPL-3.0-or-later",
  11. "dependencies": {
  12. "jsdom": "*",
  13. "strong-data-uri": "*",
  14. "iconv-lite": "*",
  15. "request-promise-native": "*"
  16. }
  17. }