diff options
-rw-r--r-- | component.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100644 index 0000000..e8d28b8 --- /dev/null +++ b/component.json @@ -0,0 +1,11 @@ +{ + "name": "svg.js", + "repo": "wout/svg.js", + "description": "A lightweight library for manipulating and animating SVG", + "version": "0.35", + "keywords": ["svg"], + "author": "Wout Fierens <wout@impinc.co.uk>", + "main": "dist/svg.js", + "scripts": ["dist/svg.js"], + "license": "MIT" +}
\ No newline at end of file |