mirror of
https://github.com/cmur2/language-zonefile.git
synced 2024-10-05 03:02:17 +02:00
18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "language-zonefile",
|
|
"description": "Bind Zone File language support in Atom",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|