forked from ginader/HTML5-placeholder-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
{
"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.0.7",
"homepage": "http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/",
"author": {
"name": "Dirk Ginader",
"email": "dirk@ginader.com",
"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.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-remove-logging": "~0.1.0",
"grunt-markdown": "~0.1.2",
"grunt-contrib-cssmin": "~0.5.0"
}
}