kute.js/package.json
thednp 842f12bcf1 Adjustments for the SVG Plugin:
* `draw` property will work with 2 decimals for more precise animation
* `svgTransform` will also work with  decimals for translation and rotation
* regular transform will need 2 decimals for translation and rotation
2016-12-14 14:41:50 +02:00

35 lines
774 B
JSON

{
"name": "kute.js",
"version": "1.6.1",
"description": "Complete Native Javascript animation engine.",
"main": "kute.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"min": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/kute.js.git"
},
"keywords": [
"kute.js",
"svg morph",
"svg transform",
"tweening engine",
"animation engine",
"javascript animation engine",
"javascript animation",
"animations",
"native javascript"
],
"author": "thednp",
"license": "MIT",
"bugs": {
"url": "https://github.com/thednp/kute.js/issues"
},
"homepage": "http://thednp.github.io/kute.js",
"dependencies": {
"uglify-js": "^2.7.3"
}
}