mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 16:53:06 +08:00
limit corner radius
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "KineticJS",
|
||||
"version": "@@version",
|
||||
"homepage": "http://kineticjs.com/",
|
||||
"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.",
|
||||
"keywords": [
|
||||
"canvas",
|
||||
@@ -16,17 +16,14 @@
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"test",
|
||||
"tests",
|
||||
"doc-includes",
|
||||
"resources",
|
||||
"src",
|
||||
"*.yml",
|
||||
".jshitrc",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
".gitignore",
|
||||
"Gruntfile.js",
|
||||
"bower-template.json",
|
||||
"server.js",
|
||||
"presentation-schedule.md"
|
||||
"Gruntfile.js"
|
||||
],
|
||||
"main": "kinetic.js"
|
||||
"main": "kinetic.min.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user