-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 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": "highlightjs-macaulay2",
"version": "0.2.5",
"author": "Doug Torrance",
"description": "highlight.js syntax definition for Macaulay2",
"main": "src/languages/macaulay2.js",
"scripts": {
"build": "make",
"test": "make check",
"update": "make update"
},
"files": [
"dist/macaulay2.min.js",
"dist/macaulay2.es.min.js",
"src/languages/macaulay2.js"
],
"repository": {
"type": "git",
"url": "https://github.com/d-torrance/highlightjs-macaulay2.git"
},
"keywords": [
"macaulay2",
"javascript",
"highlight",
"highlight.js",
"highlightjs",
"syntax",
"template"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/d-torrance/highlightjs-macaulay2/issues"
},
"homepage": "https://github.com/d-torrance/highlightjs-macaulay2",
"dependencies": {
"highlight.js": "^11.11.1"
}
}