You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
{
|
|
"name": "jquery-placeholder",
|
|
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
|
|
"version": "2.0.8",
|
|
"license": "MIT",
|
|
"main": ["jquery.placeholder.js"],
|
|
"keywords": [
|
|
"form",
|
|
"placeholder",
|
|
"jQuery",
|
|
"jquery-plugin"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.6"
|
|
},
|
|
"ignore": [
|
|
"*",
|
|
"!/bower.json",
|
|
"!/jquery.placeholder.js"
|
|
]
|
|
}
|
|
|