Delete bower.json

This commit is contained in:
thednp 2016-03-15 10:12:10 +02:00
parent 189932d7fc
commit d31c56b83a

View file

@ -1,32 +0,0 @@
{
"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": {}
}