aboutsummaryrefslogtreecommitdiffstats
path: root/component.json
blob: d8d389da2975e95a8d4d601997afd4239900bd83 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "svg.js",
  "repo": "wout/svg.js",
  "description": "A lightweight library for manipulating and animating SVG",
  "version": "1.0.0-rc.8",
  "keywords": ["svg"],
  "author": "Wout Fierens <wout@impinc.co.uk>",
  "main": "dist/svg.js",
  "scripts": ["dist/svg.js"],
  "license": "MIT"
}