.bower.json 483 B

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