forked from cmaas/markdown-it-table-of-contents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 851 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
{
"license": "MIT",
"version": "0.1.2",
"name": "markdown-it-table-of-contents",
"main": "index.js",
"description": "A Markdown-it plugin for adding a table of contents to markdown documents",
"homepage": "https://github.com/Oktavilla/markdown-it-table-of-contents",
"keywords": [
"markdown",
"markdown-it",
"toc",
"table of contents",
"markdown-it-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/Oktavilla/markdown-it-table-of-contents.git"
},
"bugs": {
"url": "https://github.com/Oktavilla/markdown-it-table-of-contents/issues"
},
"author": "Oktavilla <https://github.com/Oktavilla>",
"contributors": "Listed at <https://github.com/Oktavilla/markdown-it-table-of-contents/contributors>",
"dependencies": {
"string": "~3.1.1",
"lodash.assign": "~3.2.0"
}
}