1
0
mirror of https://github.com/cmur2/language-fluentd.git synced 2025-07-03 13:11:24 +02:00
This commit is contained in:
Christian Nicolai
2017-11-22 16:40:03 +01:00
commit 97a5ac7e6d
5 changed files with 95 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "language-fluentd",
"description": "Fluentd Config File language support in Atom",
"version": "0.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"
}
}