mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
hooked bower json file generation to full grunt build. added minified build so root directory
This commit is contained in:
22
bower-template.json
Normal file
22
bower-template.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "KineticJS",
|
||||
"version": "@@version",
|
||||
"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"
|
||||
],
|
||||
"main": "kinetic-v@@version.min.js"
|
||||
}
|
||||
Reference in New Issue
Block a user