component.json 570 B

123456789101112131415161718192021
  1. {
  2. "name": "speakingurl",
  3. "repo": "pid/speakingurl",
  4. "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.",
  5. "version": "14.0.1",
  6. "keywords": [
  7. "slug",
  8. "seo",
  9. "url",
  10. "speakingurl",
  11. "nice url",
  12. "static url"
  13. ],
  14. "dependencies": {},
  15. "development": {},
  16. "license": "BSD",
  17. "main": "speakingurl.min.js",
  18. "scripts": [
  19. "speakingurl.min.js"
  20. ]
  21. }