-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 906 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
29
30
31
32
33
34
35
36
37
38
{
"name": "markdown-it-github-headings",
"description": "Add GitHub style anchor tags to headers",
"version": "2.0.1",
"author": "Dan Flettre <[email protected]>",
"bugs": {
"url": "https://github.com/Flet/markdown-it-github-headings/issues"
},
"devDependencies": {
"markdown-it": "^13.0.1",
"standard": "*",
"tap-arc": "^0.3.4",
"tape": "^5.5.3"
},
"homepage": "https://github.com/Flet/markdown-it-github-headings",
"keywords": [
"anchor",
"github",
"headers",
"links",
"markdown",
"markdown-it-plugin"
],
"license": "ISC",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Flet/markdown-it-github-headings.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-arc"
},
"dependencies": {
"github-slugger": "^1.1.1",
"innertext": "^1.0.1"
}
}