mirror of
https://github.com/cmur2/language-zonefile.git
synced 2024-10-09 07:02:17 +02:00
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"
|
|
}
|
|
}
|