diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..87ed6c4 --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "jquery.corner", + "description": "Corner is a simple plugin for creating rounded (or other styled) corners on elements.", + "homepage": "https://github.com/malsup/corner", + "version": "2.13.0", + "main": "./jquery.corner.js", + "author": "malsup", + "repository": { + "type": "git", + "url": "git@github.com:malsup/corner.git" + }, + "license": "GPL" +}