diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ab209dd --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "jquery-caret", + "version": "1.5.2", + "homepage": "https://github.com/acdvorak/jquery.caret", + "authors": [ + "Andrew C. Dvorak " + ], + "description": "Gets and sets the caret position and selection range of input/textarea elements", + "main": "src/jquery.caret.js", + "moduleType": [ + "globals" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "dist", + "libs", + "jquery.caret.json", + "package.json", + "Gruntfile.js" + ] +} diff --git a/package.json b/package.json index 5a56133..b42613f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "jquery-plugin", - "version": "0.0.0-ignored", + "name": "jquery-caret", + "version": "1.5.2", "engines": { "node": ">= 0.8.0" },