bower.json 154 B

123456789
  1. {
  2. "name": "toastr",
  3. "version": "2.1.3",
  4. "main": ["toastr.js", "toastr.css"],
  5. "dependencies": {
  6. "jquery": ">=1.6.3 <3"
  7. },
  8. "license": "MIT"
  9. }