UNPKG

1.33 kBJSONView Raw
1{
2 "name": "html5-placeholder-polyfill",
3 "title": "Html5 Placeholder Polyfill",
4 "description": "Lightweight and very robust little jQuery plugin that generates the look and feel of the HTML5 placeholder attribute for browsers without native support",
5 "version": "2.0.10",
6 "homepage": "http://blog.ginader.de/dev/jquery/HTML5-placeholder-polyfill/",
7 "author": {
8 "name": "Dirk Ginader",
9 "email": "dirk@ginader.com",
10 "url": "http://ginader.com"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/ginader/HTML5-placeholder-polyfill.git"
15 },
16 "bugs": {
17 "url": "https://github.com/ginader/HTML5-placeholder-polyfill/issues"
18 },
19 "licenses": [
20 {
21 "type": "MIT",
22 "url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-MIT"
23 },
24 {
25 "type": "GPL",
26 "url": "https://github.com/ginader/HTML5-placeholder-polyfill//blob/master/LICENSE-GPL"
27 }
28 ],
29 "dependencies": {
30 "jquery": ">= 1.6"
31 },
32 "devDependencies": {
33 "grunt": "~0.4.2",
34 "grunt-contrib-jshint": "~0.1.1",
35 "grunt-contrib-uglify": "~0.1.2",
36 "grunt-contrib-watch": "~0.3.1",
37 "grunt-contrib-concat": "~0.1.3",
38 "grunt-remove-logging": "~0.1.0",
39 "grunt-markdown": "~0.5.0",
40 "grunt-contrib-cssmin": "~0.5.0",
41 "grunt-bump": "0.0.13"
42 }
43}