Files
konva/bower.json
Evan Hahn 9210407ba4 Add Bower support
If this is merged into `master`, it'll need to be tagged as version
4.7.0 so that Bower will work.

    git tag -a v4.7.0
2013-09-01 11:55:52 -04:00

22 lines
533 B
JSON

{
"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"
]
}