forked from Solutions-Nitriques/jQuery-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 827 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 827 Bytes
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
{
"name": "jquery.placeholder",
"title": "jQuery Placeholder Polyfill",
"description": "jQuery plugin that quickly enables you patch browser not supporting the placeholder attributes on inputs and textareas.",
"version": "1.1.0",
"homepage": "https://github.com/Solutions-Nitriques/jQuery-placeholder",
"author": {
"name": "Deux Huit Huit",
"url": "http://www.deuxhuithuit.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/Solutions-Nitriques/jQuery-placeholder.git"
},
"bugs": {
"url": "https://github.com/Solutions-Nitriques/jQuery-placeholder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Solutions-Nitriques/jQuery-placeholder/blob/master/LICENSE.txt"
}
],
"dependencies": {
"grunt": "~0.3.9"
},
"keywords": []
}