mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
migrate to gulp
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user