{
  "name": "stringToSlug",
  "version": "1.3",
  "title": "jQuery Plugin stringToSlug",
  "description": "The stringToSlug converts any string to SLUG PERMALINK according unicode.org in most of Languages using special chars or not ())",
  "keywords": [
    "permalink",
    "string",
    "text",
    "slug",
    "convert",
    "transform",
    "generate",
    "sanitize",
    "unicode",
    "encode",
    "latin",
    "chars"
  ],
  "author": {
    "name": "Leo Caseiro",
    "url": "http://leocaseiro.com.br/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "bugs": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/issues",
  "homepage": "http://leocaseiro.github.io/jQuery-Plugin-stringToSlug/",
  "docs": "http://leocaseiro.github.io/jQuery-Plugin-stringToSlug/",
  "download": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/zipball/master",
  "dependencies": {
    "jquery": ">=1.2.2"
  }
}