選択できるのは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. }