52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "@honkit/markdown-legacy",
|
|
"version": "6.0.2",
|
|
"description": "Parse markdown content for HonKit",
|
|
"homepage": "https://github.com/honkit/honkit",
|
|
"bugs": {
|
|
"url": "https://github.com/honkit/honkit/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/honkit/honkit.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "HonKit",
|
|
"contributors": [
|
|
{
|
|
"name": "FriendCode Inc.",
|
|
"email": "contact@gitbook.com"
|
|
},
|
|
{
|
|
"name": "Aaron O'Mullan",
|
|
"email": "aaron@gitbook.com"
|
|
},
|
|
{
|
|
"name": "Samy Pessé",
|
|
"email": "samy@gitbook.com"
|
|
}
|
|
],
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"!__tests__"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"updateSnapshot": "jest -u"
|
|
},
|
|
"dependencies": {
|
|
"@honkit/html": "6.0.2",
|
|
"kramed": "0.5.6",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^29.7.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
|
|
}
|