Add a bower.json

This commit is contained in:
Ben Smithett 2013-07-25 12:19:40 +10:00
parent bdbc517a59
commit 92fe728965
1 changed files with 19 additions and 0 deletions

19
bower.json Normal file
View File

@ -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"
]
}