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

package.json 565B

1234567891011121314151617181920212223
  1. {
  2. "name": "slide-pdf-image",
  3. "version": "1.0.0",
  4. "description": "The package export ppt, pptx, odp and key to pdf and/or img[png, jpg, jpeg].",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "ppt to pdf and/or image",
  11. "pptx to pdf and/or image",
  12. "keynote to pdf and/or image",
  13. "odp to pdf and/or image",
  14. "ppt convert to pdf",
  15. "imagemagick",
  16. "ghostscript"
  17. ],
  18. "author": "Kalimuthu Selvaraj",
  19. "license": "ISC",
  20. "dependencies": {
  21. "async": "^3.2.0"
  22. }
  23. }