Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "file-convert",
  3. "version": "1.0.3",
  4. "description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node_modules/.bin/mocha --reporter spec --timeout 1500000",
  8. "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
  9. "coverage": "nyc npm run test"
  10. },
  11. "keywords": [
  12. "libreoffice file convert to pdf or/and image",
  13. "ppt to pdf",
  14. "pptx to pdf",
  15. "keynote to pdf",
  16. "odp to image",
  17. "ppt to image",
  18. "pptx to image",
  19. "keynote to image",
  20. "odp to image",
  21. "pdf to image",
  22. "imagemagick",
  23. "ghostscript",
  24. "libreoffice",
  25. "keynote to image"
  26. ],
  27. "repository": "https://github.com/kalimuthu-selvaraj/file-convert",
  28. "author": {
  29. "name": "Kalimuthu Selvaraj",
  30. "email": "kaalee6@gmail.com",
  31. "url": "https://github.com/kalimuthu-selvaraj"
  32. },
  33. "license": "ISC",
  34. "dependencies": {},
  35. "devDependencies": {
  36. "babel-plugin-istanbul": "^6.0.0",
  37. "chai": "^4.0.0-canary.2",
  38. "chai-as-promised": "^7.1.1",
  39. "coveralls": "^3.1.0",
  40. "cross-env": "^7.0.2",
  41. "istanbul": "^1.0.0-alpha.2",
  42. "mocha": "^7.2.0",
  43. "nyc": "^15.1.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. }
  48. }