forked from atom-community/markdown-preview-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 KB
/
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
{
"name": "markdown-preview-plus",
"version": "2.2.2",
"main": "./lib/main",
"description": "Better markdown preview in atom (optional pandoc support)",
"keywords": [
"markdown",
"maths",
"latex",
"commonmark",
"pandoc"
],
"repository": "https://github.com/Galadirith/markdown-preview-plus",
"license": "MIT",
"engines": {
"atom": "*"
},
"dependencies": {
"atom-space-pen-views": "^2.0.0",
"cheerio": "0.15.0",
"fs-plus": "^2.0.0",
"grim": "^1.2.1",
"highlights-native": "^2.1.0",
"lodash": "^3.10.1",
"MathJax": "https://github.com/Galadirith/MathJax/tarball/2.4.0-electron.0.2.0",
"markdown-it": "^4.4.0",
"markdown-it-lazy-headers": "^0.1.2",
"markdown-it-math": "https://github.com/leipert/markdown-it-math/tarball/quickfix3",
"pdc": "~0.2.2",
"season": "^5.3",
"temp": "^0.8.1",
"underscore-plus": "^1.0.0",
"wrench": "^1.5.0"
},
"devDependencies": {
"coffeelint": "^1.9.7",
"jasmine-tagged": "^1.1.4"
}
}