22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"name": "srd-gear-router",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.1",
|
|
"markdown-it": "^12.0.6",
|
|
"markdown-it-anchor": "^7.1.0",
|
|
"markdown-it-attrs": "^4.0.0",
|
|
"markdown-it-title": "^3.0.0",
|
|
"memory-cache": "^0.2.0",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|