mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "konva",
|
|
"version": "@@version",
|
|
"authors": [
|
|
"Anton Lavrenov", "Eric Rowell"
|
|
],
|
|
"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.",
|
|
"keywords": [
|
|
"canvas",
|
|
"animations",
|
|
"graphic",
|
|
"html5"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"test",
|
|
"resources",
|
|
"src",
|
|
"*.yml",
|
|
".jshitrc",
|
|
".npmignore",
|
|
"package.json",
|
|
".travis.yml",
|
|
".gitignore",
|
|
"Gruntfile.js"
|
|
],
|
|
"main": "konva.min.js"
|
|
}
|