srd/plugins/srd-router/package.json

19 lines
379 B
JSON

{
"name": "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": {
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^7.1.0",
"markdown-it-title": "^3.0.0",
"memory-cache": "^0.2.0"
}
}