diff --git a/bower.json b/bower.json deleted file mode 100644 index 1c8ae59..0000000 --- a/bower.json +++ /dev/null @@ -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": {} -}