Add a bower.json
This commit is contained in:
parent
bdbc517a59
commit
92fe728965
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue