bower.json 748 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "textAngular",
  3. "version": "1.4.6",
  4. "main": [
  5. "./dist/textAngular.js",
  6. "./dist/textAngular-sanitize.js",
  7. "./dist/textAngularSetup.js",
  8. "./dist/textAngular.css"
  9. ],
  10. "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
  11. "keywords": [
  12. "editor",
  13. "angular",
  14. "wysiwyg"
  15. ],
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test*",
  21. "demo*",
  22. "Gruntfile.js",
  23. "package.json"
  24. ],
  25. "dependencies": {
  26. "angular": ">=1.3.x",
  27. "font-awesome": ">=4.0.x",
  28. "rangy": "~1.3.0"
  29. },
  30. "devDependencies": {
  31. "angular-mocks": ">=1.3.x",
  32. "jquery": "1.9.x"
  33. },
  34. "license": "MIT",
  35. "homepage": "https://github.com/fraywing/textAngular"
  36. }