-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 958 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 958 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
27
28
29
30
31
32
33
34
35
36
{
"name": "highlight-tmlanguage",
"description": "tmLanguage grammar file for kaoscript",
"version": "0.3.0",
"publisher": "kaoscript",
"homepage": "https://github.com/kaoscript/highlight-tmlanguage",
"repository": {
"type": "git",
"url": "https://github.com/kaoscript/highlight-tmlanguage.git"
},
"bugs": {
"url": "https://github.com/kaoscript/highlight-tmlanguage/issues"
},
"author": {
"name": "Baptiste Augrain",
"email": "daiyam@zokugun.org"
},
"license": "MIT",
"devDependencies": {
"@zokugun/lang": "^0.5.0",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"istanbul": "^0.4.5",
"js-yaml": "^3.13.1",
"kaoscript": "^0.10.0",
"klaw-sync": "^6.0.0",
"mocha": "^5.2.0",
"output-file-sync": "^2.0.1",
"plist": "^2.1.0",
"vscode-textmate": "^3.0.1"
},
"scripts": {
"build": "npx kaoscript ./scripts/build.ks",
"test": "mocha --colors --check-leaks --require kaoscript/register --reporter spec test/test.ks"
}
}