UNPKG

986 BJSONView 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", "/dist/placeholder_polyfill.min.css"
37 ]
38}
\No newline at end of file