update ignore files, update package files

This commit is contained in:
Лаврёнов Антон
2014-04-14 15:17:57 +08:00
parent 71dd7c6abe
commit 0bba93c4fa
7 changed files with 114 additions and 34 deletions

View File

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