bower.json 499 B

123456789101112131415161718192021222324252627282930313233
  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. }
  32. }