-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "language-ada",
"version": "1.1.0",
"description": "Ada language support in Atom",
"repository": {
"type": "git",
"url": "https://github.com/zoddy/atom-language-ada.git"
},
"license": "MIT",
"engines": {
"atom": ">=0.50.0"
},
"dependencies": {},
"readme": "# Ada language support in Atom\n\nAdds syntax highlighting to Ada files in Atom.\n\nOriginally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle)\nfrom the [Ada TextMate bundle](https://github.com/textmate/ada.tmbundle).\n\nContributions are greatly appreciated. Please fork this repository and open a\npull request to add snippets, make grammar tweaks, etc.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/zoddy/atom-language-ada/issues"
},
"homepage": "https://github.com/zoddy/atom-language-ada",
"_id": "[email protected]",
"_shasum": "f774eeefa509d7f557b50d56ff2696f1e20e47fc",
"_resolved": "file:../d-11535-53920-dj1j7w/package.tgz",
"_from": "../d-11535-53920-dj1j7w/package.tgz",
"_atomModuleCache": {
"version": 1,
"dependencies": [],
"extensions": {
".json": [
"package.json"
]
},
"folders": []
}
}