From 70879728a81c7bcee9f509a96b23443d35c912aa Mon Sep 17 00:00:00 2001 From: wout Date: Fri, 24 Jan 2014 11:42:51 +0100 Subject: Add component.json --- component.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 component.json (limited to 'component.json') 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 ", + "main": "dist/svg.js", + "scripts": ["dist/svg.js"], + "license": "MIT" +} \ No newline at end of file -- cgit v1.2.3