.bower.json 431 B

12345678910111213141516171819
  1. {
  2. "name": "Flot",
  3. "version": "0.8.2",
  4. "main": "jquery.flot.js",
  5. "dependencies": {
  6. "jquery": ">= 1.2.6"
  7. },
  8. "homepage": "https://github.com/flot/flot",
  9. "_release": "0.8.2",
  10. "_resolution": {
  11. "type": "version",
  12. "tag": "0.8.2",
  13. "commit": "39bc058b211dd9645e3315c4dc93f0b606690544"
  14. },
  15. "_source": "git://github.com/flot/flot.git",
  16. "_target": "~0.8.2",
  17. "_originalSource": "flot",
  18. "_direct": true
  19. }