mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
update ignore files, update package files
This commit is contained in:
20
bower.json
20
bower.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "KineticJS",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"homepage": "http://kineticjs.com/",
|
||||
"authors": [
|
||||
"Eric Rowell"
|
||||
@@ -8,15 +8,25 @@
|
||||
"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"
|
||||
"animations",
|
||||
"graphic",
|
||||
"html5"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
"tests",
|
||||
"doc-includes",
|
||||
"src",
|
||||
"*.yml",
|
||||
".jshitrc",
|
||||
".npmignore",
|
||||
".gitignore",
|
||||
"Gruntfile.js",
|
||||
"bower-template.json",
|
||||
"server.js",
|
||||
"presentation-schedule.md"
|
||||
],
|
||||
"main": "kinetic.js"
|
||||
}
|
||||
|
Reference in New Issue
Block a user