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.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/libs/bower_components/jquery-placeholder/bower.json b/libs/bower_components/jquery-placeholder/bower.json
deleted file mode 100644
index 8b55e15971..0000000000
--- a/libs/bower_components/jquery-placeholder/bower.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "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",
- "license": "MIT",
- "main": ["jquery.placeholder.js"],
- "keywords": [
- "form",
- "placeholder",
- "jQuery",
- "jquery-plugin"
- ],
- "dependencies": {
- "jquery": ">=1.6"
- },
- "ignore": [
- "*",
- "!/bower.json",
- "!/jquery.placeholder.js"
- ]
-}