konva/bower.json
Anton Lavrenov 98afa3fac6 refactoring
2019-02-23 20:54:20 -05:00

31 lines
686 B
JSON

{
"name": "konva",
"authors": [
"Anton Lavrenov", "Eric Rowell"
],
"homepage": "http://konvajs.org",
"description": "Konva is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.",
"keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
"license": "MIT",
"ignore": [
"**/.*",
"test",
"resources",
"src",
"*.yml",
".jshitrc",
".npmignore",
"package.json",
".travis.yml",
".gitignore",
"Gruntfile.js",
"gulpfile.js"
],
"main": "konva.min.js"
}