Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1,21 @@
{
"name": "speakingurl",
"repo": "pid/speakingurl",
"description": "Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.",
"version": "14.0.1",
"keywords": [
"slug",
"seo",
"url",
"speakingurl",
"nice url",
"static url"
],
"dependencies": {},
"development": {},
"license": "BSD",
"main": "speakingurl.min.js",
"scripts": [
"speakingurl.min.js"
]
}