aboutsummaryrefslogtreecommitdiffstats
path: root/component.json
blob: 18a4f011351e356a3b8a9840e04453206b39878f (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": "2.2.0",
  "keywords": ["svg"],
  "author": "Wout Fierens <wout@impinc.co.uk>",
  "main": "dist/svg.js",
  "scripts": ["dist/svg.js"],
  "license": "MIT"
}