-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
41 lines (41 loc) · 873 Bytes
/
bower.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
35
36
37
38
39
40
41
{
"name": "jquery.stringtoslug",
"version": "2.1.0",
"homepage": "http://leocaseiro.github.io/jQuery-Plugin-stringToSlug/",
"bugs": "https://github.com/leocaseiro/jQuery-Plugin-stringToSlug/issues",
"authors": [
"Leo Caseiro"
],
"description": "Convert a STRING to a SLUG in any language using jQuery and SpeakingURL",
"main": "dist/jquery.stringtoslug.min.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"gulp.config.js",
"gulpfile.js",
"karma.conf.js",
"README.md",
"stringToSlug.jquery.json"
],
"keywords": [
"permalink",
"string",
"text",
"slug",
"convert",
"transform",
"generate",
"sanitize",
"unicode",
"encode",
"latin",
"chars"
],
"dependencies": {
"jquery": "~3.0.0",
"speakingurl": "~9.0.0"
}
}