bower.json 267 B

1234567891011121314151617
  1. {
  2. "name": "bootbox.js",
  3. "version": "4.4.0",
  4. "main": "./bootbox.js",
  5. "ignore": [
  6. "CHANGELOG.md",
  7. "CONTRIBUTING",
  8. "Gruntfile.js",
  9. "header.txt",
  10. "karma*.js",
  11. "build",
  12. "tests"
  13. ],
  14. "dependencies": {
  15. "bootstrap": ">= 3.0.0"
  16. }
  17. }