-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 938 Bytes
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
{
"name": "@more-markdown/mathjax-processor",
"version": "0.1.2",
"description": "Mathjax Processor for more-markdown.",
"main": "lib/mathjax_processor.js",
"dependencies": {
"markdown-it": "^4.4.0",
"markdown-it-math": "^2.0.1",
"babelify": "^6.1.3"
},
"devDependencies": {
"browserify": "^11.0.1",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.6",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish" : "node node_modules/gulp/bin/gulp.js"
},
"keywords": [
"Markdown",
"MathJax"
],
"repository": "gitlab:Welfenlab/mathjax-processor",
"contributors" : [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"license": "MIT"
}