{
  "name": "jquery-remove-upcase-accents",
  "homepage": "https://github.com/ebababi/jquery-remove-upcase-accents",
  "authors": [
    "Nikolaos Anastopoulos (http://anastopoulos.net/)"
  ],
  "description": "Automatically removes accented characters (currently greek) from elements having their text content uppercase transformed through CSS.",
  "main": "jquery.remove-upcase-accents.js",
  "keywords": [
    "uppercase",
    "accents",
    "greek"
  ],
  "license": "GPLv3",
  "ignore": [
    ".editorconfig",
    "remove-upcase-accents.jquery.json",
    "test.html"
  ],
  "dependencies": {
    "jquery": ">=1.0"
  }
}
