Files
konva/bower.json

33 lines
752 B
JSON
Raw Normal View History

{
"name": "KineticJS",
2015-01-15 09:47:30 +07:00
"version": "5.1.10",
"homepage": "http://kineticjs.com/",
"authors": [
2015-01-09 17:26:01 +07:00
"Eric Rowell", "Anton Lavrenov"
],
"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",
"tests",
"doc-includes",
"src",
"*.yml",
".jshitrc",
".npmignore",
".gitignore",
"Gruntfile.js",
"bower-template.json",
"server.js",
"presentation-schedule.md"
2013-11-08 00:37:34 -08:00
],
"main": "kinetic.js"
}