-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 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
{
"name": "anchor-markdown-header",
"version": "0.0.0-development",
"description": "Generates an anchor for a markdown header.",
"main": "anchor-markdown-header.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/anchor-markdown-header.git"
},
"keywords": [
"markdown",
"anchor",
"link",
"regex",
"github",
"readme"
],
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "dcde154040d17d321664a7efc38e8531330335f9",
"devDependencies": {
"tap": "~16.3.8"
},
"dependencies": {
"emoji-regex": "~10.6.0",
"remove-markdown": "^0.6.2"
}
}