Files
konva/bower.json

31 lines
686 B
JSON
Raw Normal View History

{
2015-01-27 15:25:10 +07:00
"name": "konva",
"authors": [
2015-03-13 15:33:48 +00:00
"Anton Lavrenov", "Eric Rowell"
],
2019-02-23 20:54:20 -05:00
"homepage": "http://konvajs.org",
2015-01-27 15:25:10 +07:00
"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",
2015-01-22 15:46:53 +07:00
"resources",
"src",
"*.yml",
".jshitrc",
".npmignore",
2015-03-13 15:33:48 +00:00
"package.json",
2015-01-22 15:46:53 +07:00
".travis.yml",
".gitignore",
2015-10-22 07:32:07 +02:00
"Gruntfile.js",
"gulpfile.js"
2013-11-08 00:37:34 -08:00
],
2015-01-27 00:07:51 -07:00
"main": "konva.min.js"
}