kute.js/bower.json

33 lines
549 B
JSON
Raw Normal View History

{
"name": "KUTE.js",
"version": "1.5.6",
"homepage": "http://thednp.github.io/kute.js",
"authors": [
"thednp"
],
2016-03-24 13:31:29 +01:00
"description": "A minimal Native Javascript animation engine.",
"main": "kute.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"animations",
2015-11-02 00:25:45 +01:00
"animation engine",
"native-javascript",
"kute.js",
"tweening",
"engine"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2015-11-01 21:55:32 +01:00
],
2016-02-05 23:12:51 +01:00
"dependencies": {}
}