mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 18:46:08 +08:00
Add Bower support
If this is merged into `master`, it'll need to be tagged as version 4.7.0 so that Bower will work. git tag -a v4.7.0
This commit is contained in:
parent
0fc44eb3ff
commit
9210407ba4
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ dist
|
||||
tests/js/unitTests.js
|
||||
analysis
|
||||
node_modules
|
||||
bower_components
|
||||
phantomjs.exe
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
|
21
bower.json
Normal file
21
bower.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user