| 123456789101112 |
- -- Package metadata for smartparens
- return {
- name = "smartparens",
- version = "1.0.0",
- description = "Automatic pairing of brackets, quotes, and other delimiters",
- author = "Lumacs Contributors",
- license = "MIT",
- homepage = "https://github.com/lumacs/packages",
- lumacs_version = ">=0.1.0",
- dependencies = {},
- keywords = {"editing", "pairs", "brackets", "quotes"},
- }
|