From da1816dcdb7082981d47517e909807ed075697d2 Mon Sep 17 00:00:00 2001 From: wout Date: Fri, 31 Jan 2014 16:26:31 +0100 Subject: [PATCH] Added bower.json --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json 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 " + ], + "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 -- 2.39.5