forked from tsung-ju/eleventy-plugin-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 775 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
{
"name": "eleventy-plugin-mathjax",
"version": "2.0.4",
"description": "Eleventy plugin for server-side MathJax rendering",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsung-ju/eleventy-plugin-mathjax.git"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"mathjax",
"latex",
"math"
],
"author": "Tsung-Ju Chiang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tsung-ju/eleventy-plugin-mathjax/issues"
},
"homepage": "https://github.com/tsung-ju/eleventy-plugin-mathjax#readme",
"11ty": {
"compatibility": ">=0.3.3"
},
"dependencies": {
"mathjax-full": "^3.2.0"
}
}