diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e09bca6 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "chocolat", + "version": "0.4.1", + "main": [ + "css/chocolat.css", + "js/jquery.chocolat.js", + ], + "license" : "CC-BY-2.0", + "dependencies": { + "jquery": "1.11.0" + }, + "authors": [ + { "name": "Nicolas Turlais", "email": "nicolas@insipi.de"," homepage": "http://nicolasturlais.com" } + ], + "homepage" : "http://chocolat.insipi.de", + "repository": { + "type": "git", + "url": "git://github.com/nicolas-t/Chocolat.git" + } +} \ No newline at end of file diff --git a/js/chocolat.jquery.js b/js/jquery.chocolat.js similarity index 100% rename from js/chocolat.jquery.js rename to js/jquery.chocolat.js