.bower.json 691 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "kity",
  3. "version": "2.0.5",
  4. "homepage": "http://kity.baidu.com",
  5. "authors": [
  6. "techird <techird@qq.com>"
  7. ],
  8. "description": "Kity Graphic Library",
  9. "main": "dist/kity.min.js",
  10. "moduleType": [
  11. "globals"
  12. ],
  13. "keywords": [
  14. "kity",
  15. "svg",
  16. "graphic",
  17. "javascript"
  18. ],
  19. "license": "BSD",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "spec",
  25. "dev-lib"
  26. ],
  27. "_release": "2.0.5",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "v2.0.5",
  31. "commit": "9d5387b7b81bd574835d3e45aa600c2d795bd759"
  32. },
  33. "_source": "https://github.com/fex-team/kity.git",
  34. "_target": "^2.0.5",
  35. "_originalSource": "kity"
  36. }