bower.json 800 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "angular-ui-notification",
  3. "version": "0.0.12",
  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. }