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