summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bower.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..be32bb9
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "svg.js",
+ "version": "1.0rc1",
+ "homepage": "http://svgjs.com/",
+ "authors": [
+ "Wout Fierens <wout@impinc.co.uk>"
+ ],
+ "description": "A lightweight library for manipulating and animating SVG.",
+ "main": "dist/svg.js",
+ "keywords": [
+ "svg", "vector", "graphics"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "spec/",
+ "src/",
+ "Gemfile",
+ "Gemfile.lock",
+ "package.json",
+ "Rakefile"
+ ]
+} \ No newline at end of file