.bower.json 415 B

123456789101112131415161718
  1. {
  2. "name": "Flot",
  3. "version": "0.8.3",
  4. "main": "jquery.flot.js",
  5. "dependencies": {
  6. "jquery": ">= 1.2.6"
  7. },
  8. "homepage": "https://github.com/flot/flot",
  9. "_release": "0.8.3",
  10. "_resolution": {
  11. "type": "version",
  12. "tag": "v0.8.3",
  13. "commit": "453b017cc5acfd75e252b93e8635f57f4196d45d"
  14. },
  15. "_source": "https://github.com/flot/flot.git",
  16. "_target": "^0.8.3",
  17. "_originalSource": "flot"
  18. }