You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }