.bower.json 882 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ngSweetAlert",
  3. "version": "1.0.4",
  4. "main": "./SweetAlert.js",
  5. "authors": [
  6. "pedro@oitozero.com",
  7. "gnick666@gmail.com"
  8. ],
  9. "description": "AngularJS wrapper for SweetAlert",
  10. "keywords": [
  11. "angular",
  12. "AngularJs",
  13. "sweetalert",
  14. "sweet",
  15. "alert"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests",
  24. "CHANGELOG.md"
  25. ],
  26. "dependencies": {
  27. "angular": "~1.2.0",
  28. "sweetalert": ">=0.3.0"
  29. },
  30. "devDependencies": {},
  31. "homepage": "https://github.com/oitozero/ngSweetAlert",
  32. "_release": "1.0.4",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "v1.0.4",
  36. "commit": "67a0845fb41d20a7cf4a7b471fbd74614d084dd9"
  37. },
  38. "_source": "git://github.com/oitozero/ngSweetAlert.git",
  39. "_target": "~1.0.4",
  40. "_originalSource": "angular-sweetalert-promised"
  41. }