.bower.json 487 B

12345678910111213141516171819202122
  1. {
  2. "name": "toastr",
  3. "version": "2.1.3",
  4. "main": [
  5. "toastr.js",
  6. "toastr.css"
  7. ],
  8. "dependencies": {
  9. "jquery": ">=1.6.3 <3"
  10. },
  11. "license": "MIT",
  12. "homepage": "https://github.com/johnpapa/toastr-bower",
  13. "_release": "2.1.3",
  14. "_resolution": {
  15. "type": "version",
  16. "tag": "2.1.3",
  17. "commit": "d6fef68471aa1836bc44ba1a41a90a96548b784f"
  18. },
  19. "_source": "https://github.com/johnpapa/toastr-bower.git",
  20. "_target": "~2.1.3",
  21. "_originalSource": "toastr"
  22. }