migrate to gulp

This commit is contained in:
lavrton
2015-04-07 15:03:08 +07:00
parent f9e9a48900
commit cdb1bd0437
19 changed files with 5964 additions and 645 deletions

View File

@@ -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"
}