kute.js/bower.json
thednp fc75dd130f Major change:
* fixing SVG transforms for good https://github.com/thednp/kute.js/issues/33
* major changes to the tween objects https://github.com/thednp/kute.js/issues/39
* back to Infinity repeat https://github.com/thednp/kute.js/issues/43
* all round performance improvements
2016-12-11 03:48:37 +02:00

37 lines
671 B
JSON

{
"name": "KUTE.js",
"version": "1.6.0",
"homepage": "http://thednp.github.io/kute.js",
"authors": [
"thednp"
],
"description": "Complete Native Javascript animation engine.",
"main": "kute.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"kute.js",
"svg morph",
"svg transform",
"tweening engine",
"animation engine",
"javascript animation engine",
"javascript animation",
"animations",
"native javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"uglify-js": "^1.3.5"
}
}