-
Notifications
You must be signed in to change notification settings - Fork 85
/
bower.json
38 lines (38 loc) · 988 Bytes
/
bower.json
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
34
35
36
37
38
{
"name": "html5-placeholder-polyfill",
"version": "2.1.0",
"title": "HTML5 placeholder Polyfill",
"description": "Lightweight and very robust little jQuery plugin that generates the look and feel of the HTML5 placeholder attribute for browsers without native support.",
"keywords": [
"jquery",
"html5",
"placeholder",
"polyfill"
],
"homepage": "https://github.com/ginader/HTML5-placeholder-polyfill",
"author": {
"name": "Dirk Ginader",
"url": "http://ginader.com"
},
"repository": {
"type": "git",
"url": "[email protected]:ginader/HTML5-placeholder-polyfill.git"
},
"bugs": "https://github.com/ginader/HTML5-placeholder-polyfill/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.8"
},
"main": [
"./dist/placeholder_polyfill.jquery.min.combo.js", "./dist/placeholder_polyfill.min.css"
]
}