-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
32 lines (32 loc) · 884 Bytes
/
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
{
"name": "placeholder-enhanced",
"version": "1.6.9",
"description": "This jQuery Placeholder plugin is an enhanced polyfill for the HTML5 placeholder attribute.",
"keywords": ["placeholder", "enhanced", "html5", "polyfill"],
"homepage": "https://github.com/dciccale/placeholder-enhanced",
"author": {
"name": "Denis Ciccale",
"email": "[email protected]",
"url": "http://twitter.com/tdecs"
},
"repository": {
"type": "git",
"url": "git://github.com/dciccale/placeholder-enhanced.git"
},
"bugs": {
"url": "https://github.com/dciccale/placeholder-enhanced/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dciccale/placeholder-enhanced/blob/master/LICENSE.txt"
}
],
"devDependencies": {
"jshint": "^2.8.0",
"uglify-js": "^2.4.23"
},
"dependencies": {
"jquery": ">=1.4.4"
}
}