Skip to content

Commit 23e6d08

Browse files
committed
Updated package information to the new jQuery plugin specifications
1 parent c277a73 commit 23e6d08

File tree

2 files changed

+38
-28
lines changed

2 files changed

+38
-28
lines changed

package.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

remove-upcase-accents.jquery.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "remove-upcase-accents",
3+
"title": "jQuery Remove Uppercase Accents",
4+
"description": "Automatically removes accented characters (currently greek) from elements having their text content uppercase transformed through CSS.",
5+
"keywords": [
6+
"uppercase",
7+
"accents",
8+
"greek"
9+
],
10+
"version": "1.0.2",
11+
"author": {
12+
"name": "Nikolaos Anastopoulos",
13+
"url": "http://anastopoulos.net/"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Nikolaos Anastopoulos",
18+
"url": "https://github.com/ebababi"
19+
},
20+
{
21+
"name": "Thanasis Doumas",
22+
"url": "https://github.com/tdoumas"
23+
}
24+
],
25+
"licenses": [
26+
{
27+
"type": "GPLv3",
28+
"url": "https://raw.github.com/ebababi/jquery-remove-upcase-accents/v1.0.2/COPYING"
29+
}
30+
],
31+
"bugs": "https://github.com/ebababi/jquery-remove-upcase-accents/issues",
32+
"homepage": "https://github.com/ebababi/jquery-remove-upcase-accents",
33+
"docs": "https://github.com/ebababi/jquery-remove-upcase-accents#readme",
34+
"download": "https://raw.github.com/ebababi/jquery-remove-upcase-accents/v1.0.2/jquery.remove-upcase-accents.js",
35+
"dependencies": {
36+
"jquery": ">=1.0"
37+
}
38+
}

0 commit comments

Comments
 (0)