diff options
author | wout <wout@impinc.co.uk> | 2014-01-31 16:26:31 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-31 16:26:31 +0100 |
commit | da1816dcdb7082981d47517e909807ed075697d2 (patch) | |
tree | 034218e01b76051003370cd4844526bd69fc07d3 /bower.json | |
parent | 2b2a4040f69fde2fb6555c663da8ef6235639dd0 (diff) | |
download | svg.js-da1816dcdb7082981d47517e909807ed075697d2.tar.gz svg.js-da1816dcdb7082981d47517e909807ed075697d2.zip |
Added bower.json
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 23 |
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 |