konva/bower.json

23 lines
562 B
JSON
Raw Normal View History

{
"name": "KineticJS",
"version": "4.7.0",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell"
],
"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"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2013-11-08 16:37:34 +08:00
],
2013-11-16 00:09:30 +08:00
"main": "./src/Global.js"
}