From 36ad02ae7e3608ff6420f6c305577f3c0b321b67 Mon Sep 17 00:00:00 2001 From: Ignacio Arces Date: Thu, 29 May 2014 13:56:27 -0500 Subject: [PATCH] Added bower.json --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..64d1085 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "jquery-placeholder-diy", + "version": "0.0.0", + "homepage": "https://github.com/diy/jquery-placeholder", + "authors": [ + "https://github.com/diy" + ], + "description": "A jQuery plugin that polyfills the HTML5 \"placeholder\" attribute that do not hide placeholder on focus", + "main": "jquery.placeholder.js", + "keywords": [ + "jQuery", + "plugin", + "placeholder" + ], + "license": "Apache License, Version 2.0", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": ">=1.7.*" + } +}