-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 884 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
39
{
"name": "highlightjs-mint",
"version": "0.1.0",
"description": "highlight.js syntax definition for the Mint programming language",
"keywords": [
"mint-lang",
"javascript",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "Szikszai Gusztáv",
"contributors": [
"Luke Pighetti",
"Sijawusz Pur Rahnama <sija@sija.pl>"
],
"homepage": "https://github.com/mint-lang/highlightjs-mint",
"bugs": {
"url": "https://github.com/mint-lang/highlightjs-mint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mint-lang/highlightjs-mint.git"
},
"main": "src/languages/mint.js",
"type": "module",
"files": [
"src/languages/mint.js"
],
"devDependencies": {
"chai": "^4.3.4",
"highlight.js": "^11.7.0",
"mocha": "^9.2.2"
},
"scripts": {
"test": "mocha"
},
"license": "MIT"
}