This commit is contained in:
Jovination
2015-01-27 00:07:51 -07:00
parent b585ba4daf
commit 607ef1837b
130 changed files with 5722 additions and 5713 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "KineticJS",
"name": "KonvaJS",
"version": "5.2.0",
"authors": [
"Eric Rowell", "Anton Lavrenov"
],
"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.",
"homepage": "http://lavrton.github.io/KonvaJS/",
"description": "KonvaJS 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",
@@ -25,5 +25,5 @@
".gitignore",
"Gruntfile.js"
],
"main": "kinetic.min.js"
"main": "konva.min.js"
}