aboutsummaryrefslogtreecommitdiffstats
path: root/component.json
blob: 383056feb6a6ce5080a52702784b49269c21bb22 (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.3.4",
  "keywords": ["svg"],
  "author": "Wout Fierens <wout@woutfierens.com>",
  "main": "dist/svg.js",
  "scripts": ["dist/svg.js"],
  "license": "MIT"
}