-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathstringToSlug.jquery.json
More file actions
executable file
·37 lines (37 loc) · 984 Bytes
/
stringToSlug.jquery.json
File metadata and controls
executable file
·37 lines (37 loc) · 984 Bytes
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
35
36
37
{
"name": "stringToSlug",
"version": "2.1.0",
"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://opensource.org/licenses/MIT"
}
],
"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/archive/2.1.0.zip",
"dependencies": {
"jquery": ">=1.2.2"
}
}