kute.js/bower.json
2016-02-06 00:12:51 +02:00

33 lines
568 B
JSON

{
"name": "KUTE.js",
"version": "1.0.1",
"homepage": "http://thednp.github.io/kute.js",
"authors": [
"thednp"
],
"description": "A minimal Native Javascript animation engine with jQuery plugin.",
"main": "kute.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"animations",
"animation engine",
"native-javascript",
"kute.js",
"tweening",
"engine"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {}
}