Merge pull request #592 from EvanHahn/bower

Add Bower support
This commit is contained in:
Eric Rowell 2013-10-18 10:09:39 -07:00
commit c5188820a0
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ jsdoc-master
dist
analysis
node_modules
bower_components
phantomjs.exe
# Numerous always-ignore extensions

21
bower.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "KineticJS",
"version": "4.7.0",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell"
],
"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"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}