您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bower.json 369B

12345678910111213141516171819
  1. {
  2. "name": "svg.js",
  3. "homepage": "http://svgjs.com/",
  4. "authors": [
  5. "Wout Fierens <wout@woutfierens.com>"
  6. ],
  7. "description": "A lightweight library for manipulating and animating SVG",
  8. "main": "dist/svg.js",
  9. "keywords": [
  10. "svg", "vector", "graphics"
  11. ],
  12. "license": "MIT",
  13. "ignore": [
  14. "**/.*",
  15. "spec/",
  16. "src/",
  17. "gulpfile.js"
  18. ]
  19. }