-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathremove-upcase-accents.jquery.json
34 lines (34 loc) · 1.14 KB
/
remove-upcase-accents.jquery.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
{
"name": "remove-upcase-accents",
"title": "jQuery Remove Uppercase Accents",
"description": "Automatically removes accented characters (currently greek) from elements having their text content uppercase transformed through CSS.",
"keywords": [
"uppercase",
"accents",
"greek"
],
"version": "1.2.0",
"author": {
"name": "Nikolaos Anastopoulos",
"url": "http://anastopoulos.net/"
},
"maintainers": [
{
"name": "Nikolaos Anastopoulos",
"url": "https://github.com/ebababi"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "https://raw.github.com/ebababi/jquery-remove-upcase-accents/v1.1.1/COPYING"
}
],
"bugs": "https://github.com/ebababi/jquery-remove-upcase-accents/issues",
"homepage": "https://github.com/ebababi/jquery-remove-upcase-accents",
"docs": "https://github.com/ebababi/jquery-remove-upcase-accents#readme",
"download": "https://raw.github.com/ebababi/jquery-remove-upcase-accents/v1.1.1/jquery.remove-upcase-accents.js",
"dependencies": {
"jquery": ">=1.0"
}
}