-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
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
35
36
37
38
{
"name": "language-arma-atom",
"version": "2.14.0",
"description": "Syntax highlighting, auto-completions and snippets for sqf and other languages used within the Real Virtuality engine.",
"keywords": [
"sqf",
"arma",
"ace3",
"cba"
],
"activationCommands": {
"atom-workspace": [
"language-arma-atom:toggle",
"language-arma-atom:open-latest-RPT-file",
"language-arma-atom:build-dev",
"language-arma-atom:build-release"
]
},
"activationHooks": [
"language-arma-atom:grammar-used"
],
"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"
},
"dependencies": {
"copy-newer": "^2.1.1"
}
}