diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..50bd120 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "raphael", + "version": "2.1.0", + "main": "raphael.js", + "ignore": [ + "eve", + "**/.*", + "*.html", + "*.json", + "*.markdown", + "*.md", + "copy.js", + "Gruntfile.js", + "raphael.core.js", + "raphael.svg.js", + "raphael.vml.js", + "reference.js" + ] +}