You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"name": "language-zonefile",
|
|
"description": "Bind Zone File language support in Atom",
|
|
"version": "1.1.3",
|
|
"keywords": [
|
|
"language",
|
|
"grammar",
|
|
"dns",
|
|
"zonefile",
|
|
"bind"
|
|
],
|
|
"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"
|
|
}
|
|
}
|