-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
{
"name": "mjxgui",
"version": "1.0.0",
"description": "A WYSIWYG equation editor for the web with LaTeX support",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "webpack",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrushikeshrv/mjxgui.git"
},
"keywords": [
"latex",
"mathjax"
],
"author": "Hrushikesh Vaidya",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrushikeshrv/mjxgui/issues"
},
"homepage": "https://github.com/hrushikeshrv/mjxgui#readme",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0"
}
}