forked from arve0/markdown-it-header-sections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 854 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
{
"name": "markdown-it-header-sections",
"version": "1.0.0",
"description": "add sections to markdown headers",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"markdown-it": "^5.0.2",
"markdown-it-attrs": "^0.1.3",
"mocha": "^2.2.5",
"multiline": "^1.0.2"
},
"scripts": {
"test": "mocha",
"prepublish": "mocha",
"postpublish": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arve0/markdown-it-header-sections.git"
},
"keywords": [
"markdown-it",
"markdown-it-plugin"
],
"author": "Arve Seljebu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/markdown-it-header-sections/issues"
},
"homepage": "https://github.com/arve0/markdown-it-header-sections#readme",
"tonicExampleFilename": "demo.js"
}