2013-09-01 23:55:52 +08:00
|
|
|
{
|
2015-01-27 16:25:10 +08:00
|
|
|
"name": "konva",
|
2013-09-01 23:55:52 +08:00
|
|
|
"authors": [
|
2015-03-13 23:33:48 +08:00
|
|
|
"Anton Lavrenov", "Eric Rowell"
|
2013-09-01 23:55:52 +08:00
|
|
|
],
|
2015-01-27 16:25:10 +08:00
|
|
|
"homepage": "http://konvajs.github.io",
|
|
|
|
"description": "Konva 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.",
|
2013-09-01 23:55:52 +08:00
|
|
|
"keywords": [
|
|
|
|
"canvas",
|
2014-04-14 15:17:57 +08:00
|
|
|
"animations",
|
|
|
|
"graphic",
|
|
|
|
"html5"
|
2013-09-01 23:55:52 +08:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"test",
|
2015-01-22 16:46:53 +08:00
|
|
|
"resources",
|
2014-04-14 15:17:57 +08:00
|
|
|
"src",
|
|
|
|
"*.yml",
|
|
|
|
".jshitrc",
|
|
|
|
".npmignore",
|
2015-03-13 23:33:48 +08:00
|
|
|
"package.json",
|
2015-01-22 16:46:53 +08:00
|
|
|
".travis.yml",
|
2014-04-14 15:17:57 +08:00
|
|
|
".gitignore",
|
2015-10-22 13:32:07 +08:00
|
|
|
"Gruntfile.js",
|
|
|
|
"gulpfile.js"
|
2013-11-08 16:37:34 +08:00
|
|
|
],
|
2015-01-27 15:07:51 +08:00
|
|
|
"main": "konva.min.js"
|
2014-01-23 06:01:30 +08:00
|
|
|
}
|