.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "angular-ui-notification",
  3. "version": "0.0.14",
  4. "homepage": "https://github.com/alexcrack/angular-ui-notification",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/alexcrack/angular-ui-notification"
  8. },
  9. "authors": [
  10. "Alexey Avramchik"
  11. ],
  12. "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
  13. "main": [
  14. "dist/angular-ui-notification.min.css",
  15. "dist/angular-ui-notification.min.js"
  16. ],
  17. "keywords": [
  18. "angular",
  19. "notification",
  20. "notify",
  21. "bootstrap"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests",
  30. "demo",
  31. "build"
  32. ],
  33. "devDependencies": {
  34. "bootstrap": "~3.3.2"
  35. },
  36. "_release": "0.0.14",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "v0.0.14",
  40. "commit": "bef09d9274cfc37030f065e452f259ddd2fd9c57"
  41. },
  42. "_source": "git://github.com/alexcrack/angular-ui-notification.git",
  43. "_target": "~0.0.14",
  44. "_originalSource": "angular-ui-notification",
  45. "_direct": true
  46. }