mirror of
https://github.com/cmur2/language-fluentd.git
synced 2024-12-22 02:54:25 +01:00
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "language-fluentd",
|
|
"description": "Fluentd Configuration language support in Atom",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
}
|