diff --git a/package.json b/package.json deleted file mode 100644 index cc74455..0000000 --- a/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "kute.js", - "version": "1.0.1", - "description": "A minimal Native Javascript animation engine with jQuery plugin.", - "main": "kute.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/thednp/kute.js.git" - }, - "keywords": [ - "kute.js", - "animation engine", - "animations", - "native-javascript" - ], - "author": "thednp", - "license": "MIT", - "bugs": { - "url": "https://github.com/thednp/kute.js/issues" - }, - "homepage": "http://thednp.github.io/kute.js", - "dependencies": {} -}