kute.js/bower.json
thednp bda5756889 Changes:
* fixed minor issue with `borderRadius` on legacy browsers
* removed CSS properties from SVG plugin (forgot in previous commit)
* simplified core box model properties and CSS transform tween objects to always use `px` or `deg` as unit, with converted values
* implemented the `crossCheck` function for SVG transforms (for stacking transform chains) and the SVG morph
* simplified the `coords` interpolation used for SVG morph
* general code cleanup
* simplified the `processEasing` since the additional easing plugins have been removed, the old version can be found in the js file for easing examples page
* doc updates
2016-11-24 22:57:33 +02:00

37 lines
672 B
JSON

{
"name": "KUTE.js",
"version": "1.5.98",
"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"
}
}