1
0
mirror of https://github.com/cmur2/language-zonefile.git synced 2026-04-14 18:18:36 +02:00
This commit is contained in:
cn
2017-11-11 16:15:44 +01:00
commit 136fa62e04
5 changed files with 109 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "language-zonefile",
"description": "Bind Zone File language support in Atom",
"version": "0.0.0",
"engines": {
"atom": "*"
},
"homepage": "https://github.com/cmur2/language-zonefile",
"repository": {
"type": "git",
"url": "https://github.com/cmur2/language-zonefile.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cmur2/language-zonefile/issues"
}
}