1
0
mirror of https://github.com/cmur2/language-zonefile.git synced 2024-07-27 05:02:21 +02:00
language-zonefile/package.json
2018-03-16 22:35:52 +01:00

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"
}
}