-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 980 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
{
"name": "katex-auto-render",
"version": "1.0.0",
"description": "KaTeX auto render with MathJax fallback",
"main": "index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbnvrw/katex-auto-render.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/rbnvrw/katex-auto-render",
"devDependencies": {
"bower": "^1.6.5",
"browserify": "^12.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-derequire": "^2.1.0",
"gulp-istanbul": "^0.10.2",
"gulp-livereload": "^3.8.0",
"gulp-streamify": "^1.0.2",
"gulp-strip-comments": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"require-all": "^2.0.0",
"require-globify": "^1.3.0",
"stringify": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"dependencies": {
"jquery": "^2.1.4"
}
}