-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
43 lines (43 loc) · 1.3 KB
/
package.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
39
40
41
42
43
{
"name": "html5-placeholder-polyfill",
"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",
"version": "2.1.0",
"homepage": "http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/",
"author": {
"name": "Dirk Ginader",
"email": "[email protected]",
"url": "http://ginader.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ginader/HTML5-placeholder-polyfill.git"
},
"bugs": {
"url": "https://github.com/ginader/HTML5-placeholder-polyfill/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">= 1.6"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-remove-logging": "~0.1.0",
"grunt-markdown": "~0.5.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-bump": "0.0.13"
}
}