bower.json 724 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "bootstrap-confirmation2",
  3. "version": "2.1.2",
  4. "homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
  5. "authors": [
  6. "ethaizone",
  7. {
  8. "name": "Damien \"Mistic\" Sorel",
  9. "homepage": "http://www.strangeplanet.fr"
  10. }
  11. ],
  12. "description": "Bootstrap plugin for on-place confirm boxes using Popover",
  13. "main": "bootstrap-confirmation.js",
  14. "keywords": [
  15. "confirmation",
  16. "popup"
  17. ],
  18. "dependencies" : {
  19. "bootstrap": ">=3.2.0"
  20. },
  21. "license": "Apache",
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/mistic100/Bootstrap-Confirmation.git"
  25. },
  26. "ignore": [
  27. "**/.*",
  28. "node_modules",
  29. "bower_components",
  30. "test",
  31. "tests"
  32. ]
  33. }