.bower.json 987 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "angular-notify",
  3. "main": [
  4. "dist/angular-notify.js",
  5. "dist/angular-notify.css"
  6. ],
  7. "version": "2.5.0",
  8. "homepage": "https://github.com/cgross/angular-notify",
  9. "authors": [
  10. "Chris Gross <schtoo@schtoo.com>"
  11. ],
  12. "description": "A minimalistic notification service for Angular.",
  13. "keywords": [
  14. "angular",
  15. "notify",
  16. "notifications"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests",
  25. "temp",
  26. "./angular-notify.css",
  27. "./angular-notify.html",
  28. "./angular-notify.js",
  29. "Gruntfile.js",
  30. "package.json",
  31. "demo"
  32. ],
  33. "dependencies": {
  34. "angular": "~1.3"
  35. },
  36. "_release": "2.5.0",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "v2.5.0",
  40. "commit": "4d159b6ebec256409341ba707a9838e93827f523"
  41. },
  42. "_source": "git://github.com/cgross/angular-notify.git",
  43. "_target": "~2.5.0",
  44. "_originalSource": "angular-notify",
  45. "_direct": true
  46. }