.bower.json 1014 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "_release": "1.4.6",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "v1.4.6",
  40. "commit": "19517594485dcf57d6d45f028296d8afdb7a4c56"
  41. },
  42. "_source": "https://github.com/fraywing/textAngular.git",
  43. "_target": "~1.4.1",
  44. "_originalSource": "textAngular"
  45. }