Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/jquery-placeholder/bower.json')
-rw-r--r--libs/bower_components/jquery-placeholder/bower.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/libs/bower_components/jquery-placeholder/bower.json b/libs/bower_components/jquery-placeholder/bower.json
index 4e5a39068b..8b55e15971 100644
--- a/libs/bower_components/jquery-placeholder/bower.json
+++ b/libs/bower_components/jquery-placeholder/bower.json
@@ -1,5 +1,21 @@
{
"name": "jquery-placeholder",
+ "description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
"version": "2.0.8",
- "main": ["jquery.placeholder.js"]
+ "license": "MIT",
+ "main": ["jquery.placeholder.js"],
+ "keywords": [
+ "form",
+ "placeholder",
+ "jQuery",
+ "jquery-plugin"
+ ],
+ "dependencies": {
+ "jquery": ">=1.6"
+ },
+ "ignore": [
+ "*",
+ "!/bower.json",
+ "!/jquery.placeholder.js"
+ ]
}