mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
32 lines
839 B
JSON
Executable File
32 lines
839 B
JSON
Executable File
{
|
|
"name": "luminous/luminous",
|
|
"description": "A full featured syntax highlighting library.",
|
|
"keywords": [
|
|
"syntax",
|
|
"highlighting",
|
|
"highlighter"
|
|
],
|
|
"homepage": "http://luminous.asgaard.co.uk",
|
|
"license": "LGPL-2.1",
|
|
"authors": [
|
|
{
|
|
"name": "Mark Watkinson",
|
|
"email": "markwatkinson@gmail.com",
|
|
"homepage": "http://blog.asgaard.co.uk",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/markwatkinson/luminous/issues",
|
|
"source": "https://github.com/markwatkinson/luminous/"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "luminous": "" }
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/markwatkinson/luminous"
|
|
}
|
|
]
|
|
} |