forked from hexojs/hexo-renderer-markdown-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.49 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hexo-renderer-markdown-it",
"version": "3.4.2",
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.",
"main": "index",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hexojs/hexo-renderer-markdown-it.git"
},
"keywords": [
"hexo",
"renderer",
"markdown",
"markdown-it",
"hexo-renderer"
],
"author": "Celso Miranda <contacto@celsomiranda.net> (http://celsomiranda.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexojs/hexo-renderer-markdown-it/issues"
},
"homepage": "https://github.com/hexojs/hexo-renderer-markdown-it",
"dependencies": {
"lodash.assign": "^4.2.0",
"markdown-it": "^8.4.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-cjk-breaks": "^1.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"sluggo": "^0.2.0"
},
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^3.0.2",
"del": "^3.0.0",
"gulp": "^3.9.0",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"jshint-stylish": "^2.0.1",
"jshint": "^2.0.0",
"mocha": "^5.2.0"
}
}