kettek2/package.json

23 lines
590 B
JSON

{
"name": "polywiki",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kts of kettek <kettek1@kettek.net> (https://kettek.net/)",
"license": "GPLv3",
"dependencies": {
"chokidar": "^1.4.2",
"cors": "^2.8.4",
"formidable": "^1.0.17",
"markdown-it": "^5.0.2",
"markdown-it-anchor": "^2.3.2",
"markdown-it-deflist": "^2.0.0",
"markdown-it-header-sections": "^0.2.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-table-of-contents": "^0.1.2"
}
}