mirror of
https://github.com/cmur2/language-fluentd.git
synced 2024-09-18 01:02:19 +02:00
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "language-fluentd",
|
|
"description": "Fluentd Configuration language support in Atom",
|
|
"version": "1.1.3",
|
|
"keywords": [
|
|
"language",
|
|
"grammar",
|
|
"fluentd",
|
|
"configuration",
|
|
"logging"
|
|
],
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"homepage": "https://github.com/cmur2/language-fluentd",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cmur2/language-fluentd.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cmur2/language-fluentd/issues"
|
|
}
|
|
}
|