]> source.dussan.org Git - svg.js.git/commitdiff
Added bower.json
authorwout <wout@impinc.co.uk>
Fri, 31 Jan 2014 15:26:31 +0000 (16:26 +0100)
committerwout <wout@impinc.co.uk>
Fri, 31 Jan 2014 15:26:31 +0000 (16:26 +0100)
bower.json [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..be32bb9
--- /dev/null
@@ -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