-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
41 lines (41 loc) · 966 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
40
41
{
"name": "mathjax-a11y",
"version": "1.6.0",
"description": "MathJax accessibility extension",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo 'no tests'"
},
"maintainers": [
"MathJax <[email protected]> (https://mathjax.org)"
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/mathjax/mathjax-a11y"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mathjax/mathjax-a11y"
},
"keywords": [
"mathjax",
"screen-reader",
"a11y"
],
"homepage": "https://github.com/mathjax/mathjax-a11y",
"dependencies": {},
"devDependencies": {
"grunt": "^1.2.1",
"grunt-contrib-uglify": "^5.0.0",
"grunt-git": "^1.0.14",
"grunt-shell": "^3.0.1"
},
"files": [
"LICENSE",
"README.md",
"dist"
]
}