.bower.json 628 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "flot.curvedlines",
  3. "main": "curvedLines.js",
  4. "authors": [
  5. "Michael Zinsmaier"
  6. ],
  7. "license": "MIT",
  8. "ignore": [
  9. "**/*",
  10. "!curvedLines.js",
  11. "!bower.json"
  12. ],
  13. "dependencies": {
  14. "flot": ">=0.8.0"
  15. },
  16. "homepage": "https://github.com/MichaelZinsmaier/CurvedLines",
  17. "version": "1.1.1",
  18. "_release": "1.1.1",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "1.1.1",
  22. "commit": "2fbf588e8c1fc2cafad13fcc39b54aabb1f1e460"
  23. },
  24. "_source": "https://github.com/MichaelZinsmaier/CurvedLines.git",
  25. "_target": "^1.1.1",
  26. "_originalSource": "flot.curvedlines",
  27. "_direct": true
  28. }