Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "document-convert",
  3. "version": "1.0.2",
  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. "ppt to pdf",
  13. "pptx to pdf",
  14. "keynote to",
  15. "odp to image",
  16. "ppt to image",
  17. "pptx to image",
  18. "keynote image",
  19. "odp to image",
  20. "pdf to image",
  21. "imagemagick",
  22. "ghostscript",
  23. "libreoffice",
  24. "keynote to image"
  25. ],
  26. "author": {
  27. "name": "Kalimuthu Selvaraj",
  28. "email": "kaalee6@gmail.com",
  29. "url": "https://github.com/kalimuthu-selvaraj"
  30. },
  31. "license": "ISC",
  32. "dependencies": {
  33. "async": "^3.2.0",
  34. "chai-as-promised": "^7.1.1",
  35. "nyc": "^15.1.0"
  36. },
  37. "devDependencies": {
  38. "babel-plugin-istanbul": "^6.0.0",
  39. "chai": "^4.0.0-canary.2",
  40. "coveralls": "^3.1.0",
  41. "cross-env": "^7.0.2",
  42. "istanbul": "^0.4.5",
  43. "mocha": "^7.2.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. }
  48. }