package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "froala-editor",
  3. "version": "2.8.4",
  4. "description": "A beautiful Javascript WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.",
  5. "keywords": [
  6. "froala",
  7. "froala-editor",
  8. "froala-wysiwyg",
  9. "html",
  10. "text",
  11. "editor",
  12. "wysiwyg",
  13. "jquery-plugin",
  14. "rich editor",
  15. "rich text editor",
  16. "rte",
  17. "javascript",
  18. "jquery"
  19. ],
  20. "homepage": "https://www.froala.com/wysiwyg-editor",
  21. "license": "https://www.froala.com/wysiwyg-editor/pricing",
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/froala/wysiwyg-editor.git"
  25. },
  26. "maintainers": [
  27. {
  28. "name": "Froala Labs"
  29. }
  30. ],
  31. "dependencies" : {
  32. "jquery": ">=1.11.0",
  33. "font-awesome": ">=4.4.0"
  34. },
  35. "filename": "js/froala_editor.min.js",
  36. "main": "js/froala_editor.min.js",
  37. "npmName": "froala-editor",
  38. "npmFileMap": [
  39. {
  40. "basePath": "/",
  41. "files": [
  42. "js/plugins/*.min.js",
  43. "js/third_party/*.min.js",
  44. "js/froala_editor.min.js",
  45. "js/froala_editor.pkgd.min.js",
  46. "css/froala_editor.min.css",
  47. "css/froala_editor.pkgd.min.css",
  48. "css/froala_style.min.css",
  49. "css/plugins/*.min.css",
  50. "css/third_party/*.min.css",
  51. "css/themes/*.min.css"
  52. ]
  53. }
  54. ]
  55. }