2013-09-01 11:55:52 -04:00
{
"name" : "KineticJS" ,
2015-01-09 19:07:20 +07:00
"version" : "5.1.9" ,
2015-01-12 18:11:39 +07:00
"homepage" : "http://lavrton.github.io/KineticJS/" ,
2013-09-01 11:55:52 -04:00
"authors" : [
2015-01-09 17:26:01 +07:00
"Eric Rowell" , "Anton Lavrenov"
2013-09-01 11:55:52 -04:00
] ,
"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" ,
2014-04-14 15:17:57 +08:00
"animations" ,
"graphic" ,
"html5"
2013-09-01 11:55:52 -04:00
] ,
"license" : "MIT" ,
"ignore" : [
"**/.*" ,
"test" ,
2014-04-14 15:17:57 +08:00
"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
] ,
2014-01-22 15:01:30 -07:00
"main" : "kinetic.js"
}