bower.json 131 B

12345678
  1. {
  2. "name": "toastr",
  3. "version": "2.1.2",
  4. "main": ["toastr.js", "toastr.css"],
  5. "dependencies": {
  6. "jquery": ">=1.6.3"
  7. }
  8. }