konva/bower.json

30 lines
697 B
JSON
Raw Normal View History

{
"name": "KineticJS",
2015-01-22 16:46:53 +08:00
"version": "5.1.10",
"authors": [
2015-01-09 18:26:01 +08:00
"Eric Rowell", "Anton Lavrenov"
],
2015-01-22 16:46:53 +08:00
"homepage": "http://lavrton.github.io/KineticJS/",
"description": "KineticJS 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 16:46:53 +08:00
"resources",
"src",
"*.yml",
".jshitrc",
".npmignore",
2015-01-22 16:46:53 +08:00
".travis.yml",
".gitignore",
2015-01-22 16:46:53 +08:00
"Gruntfile.js"
2013-11-08 16:37:34 +08:00
],
2015-01-22 16:46:53 +08:00
"main": "kinetic.min.js"
}