-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "ShinyField",
"version": "0.1.1",
"title": "ShinyField",
"author": {
"name": "See Wah Cheng",
"url": "https://github.com/seewah"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"jquery": ">=1.3.2"
},
"description": "A simple jQuery plugin, originally developed for the Mendeley website, to 1) implement consistent HTML5 input (text/password) placeholder hinting behaviour across all major browsers, including IE 7+! 2) apply beautiful CSS3 styling such as border-radius and box-shadow on the inputs. Sorry, IE users will not get those lovely rounded corners.",
"keywords": [
"input",
"field",
"password",
"hint",
"hinting",
"placeholder",
"suggestion",
"html5",
"css3"
],
"homepage": "http://seewah.blogspot.com/2011/12/shinyfield-placeholder-jquery-plugin.html",
"contributors": [
{
"name": "See Wah Cheng",
"url": "https://github.com/seewah"
}
],
"files": [
"jquery.shinyfield.css",
"jquery.shinyfield.js"
]
}