forked from acemod/language-arma-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 666 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 666 Bytes
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
{
"name": "language-arma-atom",
"version": "0.2.1",
"description": "Syntax highlighting, auto-completions and snippets for sqf and other languages used within the Real Virtuality engine.",
"keywords": [
"sqf",
"arma",
"ace3"
],
"activationCommands": {
"atom-workspace": "language-arma-atom:toggle"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0",
"node": "*"
},
"homepage": "https://github.com/acemod/language-arma-atom",
"repository": {
"type": "git",
"url": "https://github.com/acemod/language-arma-atom.git"
},
"bugs": {
"url": "https://github.com/acemod/language-arma-atom/issues"
}
}