mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
33 lines
737 B
JSON
33 lines
737 B
JSON
{
|
|
"name": "KineticJS",
|
|
"version": "@@version",
|
|
"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",
|
|
"graphic",
|
|
"html5"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"test",
|
|
"tests",
|
|
"doc-includes",
|
|
"src",
|
|
"*.yml",
|
|
".jshitrc",
|
|
".npmignore",
|
|
".gitignore",
|
|
"Gruntfile.js",
|
|
"bower-template.json",
|
|
"server.js",
|
|
"presentation-schedule.md"
|
|
],
|
|
"main": "kinetic.js"
|
|
}
|