UNPKG

1.34 kBJSONView Raw
1{
2 "name": "html5-placeholder-polyfill",
3 "version": "2.0.10",
4 "title": "HTML5 placeholder Polyfill",
5 "description": "Lightweight and very robust little jQuery plugin that generates the look and feel of the HTML5 placeholder attribute for browsers without native support.",
6 "keywords": [
7 "jquery",
8 "html5",
9 "placeholder",
10 "polyfill"
11 ],
12 "homepage": "https://github.com/ginader/HTML5-placeholder-polyfill",
13 "author": {
14 "name": "Dirk Ginader",
15 "url": "http://ginader.com"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:ginader/HTML5-placeholder-polyfill.git"
20 },
21 "bugs": "https://github.com/ginader/HTML5-placeholder-polyfill/issues",
22 "licenses": [
23 {
24 "type": "MIT",
25 "url": "http://www.opensource.org/licenses/MIT"
26 },
27 {
28 "type": "GPL",
29 "url": "http://www.gnu.org/licenses/gpl.html"
30 }
31 ],
32 "dependencies": {
33 "jquery": ">=1.8"
34 },
35 "main": [
36 "/dist/placeholder_polyfill.jquery.min.combo.js",
37 "/dist/placeholder_polyfill.min.css"
38 ],
39 "_release": "2.0.10",
40 "_resolution": {
41 "type": "version",
42 "tag": "v2.0.10",
43 "commit": "3bd09c5ce13613992941efdc73252923430a67f1"
44 },
45 "_source": "git://github.com/ginader/HTML5-placeholder-polyfill.git",
46 "_target": "*",
47 "_originalSource": "html5-placeholder-polyfill"
48}
\No newline at end of file