[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
pmb2
/
assets
/
New folder
/
ExplorerCanvas-master
/
[
Home
]
File: bower.json
{ "name": "ExplorerCanvas", "version": "1.0.0", "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" ] }