kute.js/bower.json

38 lines
671 B
JSON
Raw Normal View History

{
"name": "KUTE.js",
2017-10-05 12:01:59 +02:00
"version": "1.6.6",
"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",
2015-11-02 00:25:45 +01:00
"animation engine",
2016-09-22 04:26:43 +02:00
"javascript animation engine",
"javascript animation",
"animations",
"native javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2015-11-01 21:55:32 +01:00
],
2016-09-22 04:26:43 +02:00
"dependencies": {
"uglify-js": "^1.3.5"
2016-09-22 04:26:43 +02:00
}
}