Add bower.json

This commit is contained in:
MoyuScript
2013-09-07 21:24:41 +03:00
parent 33961ef319
commit ea679c6046
6 changed files with 2894 additions and 10 deletions

10
bower.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "html2canvas",
"version": "0.4.1",
"description": "Screenshots with JavaScript",
"main": "build/html2canvas.js",
"ignore": [
"tests",
".travis.yml"
]
}