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