From 5be25b9c15b608ec1062cca4e48eff9636ca8db3 Mon Sep 17 00:00:00 2001 From: Ninir Date: Wed, 13 Nov 2013 15:57:38 +0100 Subject: [PATCH] Added bower.json file --- bower.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ce19642 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "ExplorerCanvas", + "main": "excanvas.js", + "homepage": "http://excanvas.sourceforge.net", + "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" + ] +}