-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 738 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
{
"name": "showdown-toc",
"version": "0.0.1",
"description": "Add table of contents support to showdown",
"keywords": [
"markdown",
"md",
"showdown",
"extension",
"toc",
"table of contents",
"table",
"contents",
"content"
],
"license": "MIT",
"author": "Jan Löbel",
"main": "./src/showdown-toc.js",
"repository": {
"type": "git",
"url": "https://github.com/JanLoebel/showdown-toc.git",
"web": "https://github.com/JanLoebel/showdown-toc"
},
"devDependencies": {
"chai": "^4.1.2",
"cheerio": "^0.22.0",
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-simple-mocha": "^0.4.0",
"js-beautify": "^1.5.10",
"showdown": "^1.2.1"
}
}