diff options
author | wout <wout@impinc.co.uk> | 2014-01-24 11:42:51 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-24 11:42:51 +0100 |
commit | 70879728a81c7bcee9f509a96b23443d35c912aa (patch) | |
tree | 7309e9839c0f2e3aaf05fdf2f1a1b7c656b0b7c3 | |
parent | aaaf8f1f3ee676e5733f50114aff5717481f3bcf (diff) | |
download | svg.js-70879728a81c7bcee9f509a96b23443d35c912aa.tar.gz svg.js-70879728a81c7bcee9f509a96b23443d35c912aa.zip |
Add component.json0.36
-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 |