Delete package.json

This commit is contained in:
thednp 2016-03-15 10:12:57 +02:00
parent e5dadc2bc1
commit bde7d6216f

View file

@ -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": {}
}