Skip to content

Commit

Permalink
Add bower.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Nov 13, 2013
1 parent f45234e commit b2a7c3b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ExplorerCanvas",
"main": "excanvas.js",
"homepage": "https://code.google.com/p/explorercanvas/",
"authors": [
"Google Open Source",
"Emil A Eklund",
"Erik Arvidsson",
"Glen Murphy"
],
"keywords": [
"javascript",
"canvas"
],
"description": "Modern browsers all support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to old versions of Internet Explorer (Internet Explorer 9+ supports canvas natively). To use, web developers only need to include a single script tag in their existing web pages.",
"license": "Apache License, Version 2.0",
"ignore": [
"examples",
"testcases",
"test",
"AUTHORS",
"COPYING",
"README"
]
}

0 comments on commit b2a7c3b

Please sign in to comment.