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

.bower.json « jquery-placeholder « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b21bfba74ecd5c22f77149acda9e99d923ca01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "jquery-placeholder",
  "description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
  "version": "2.0.9",
  "license": "MIT",
  "main": [
    "jquery.placeholder.js"
  ],
  "keywords": [
    "form",
    "placeholder",
    "jQuery",
    "jquery-plugin"
  ],
  "dependencies": {
    "jquery": ">=1.6"
  },
  "ignore": [
    "*",
    "!/bower.json",
    "!/jquery.placeholder.js"
  ],
  "homepage": "https://github.com/mathiasbynens/jquery-placeholder",
  "_release": "2.0.9",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.9",
    "commit": "510a577397713934b46ccaceaa7ecc558cff313a"
  },
  "_source": "https://github.com/mathiasbynens/jquery-placeholder.git",
  "_target": "~2.0.8",
  "_originalSource": "jquery-placeholder"
}