.bower.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "angular-notification",
  3. "main": "angular-notification.js",
  4. "version": "1.1.1",
  5. "homepage": "https://github.com/neoziro/angular-notification",
  6. "authors": [
  7. "Greg Bergé <neoziro@gmail.com>"
  8. ],
  9. "description": "Notification service for Angular using native HTML5 API.",
  10. "keywords": [
  11. "angular",
  12. "notification",
  13. "service"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "**/.*",
  18. "package.json",
  19. "karma.conf.js",
  20. "node_modules",
  21. "bower_components",
  22. "Gruntfile.js",
  23. "test",
  24. "examples"
  25. ],
  26. "dependencies": {
  27. "angular": "~1.4.0"
  28. },
  29. "devDependencies": {
  30. "angular-mocks": "~1.4.0",
  31. "sinon-1.15.0": "http://sinonjs.org/releases/sinon-1.15.0.js",
  32. "sinon-chai": "~2.8.0"
  33. },
  34. "_release": "1.1.1",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v1.1.1",
  38. "commit": "e17a812b22811c9adaf8c64caa3bca1c3a9e8950"
  39. },
  40. "_source": "git://github.com/neoziro/angular-notification.git",
  41. "_target": "~1.1.1",
  42. "_originalSource": "angular-notification",
  43. "_direct": true
  44. }