aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: ab27f5df2a1c8881e8b68d662dd0956d03a35d9c (plain) (tree)



















                                                              
                         







                                          
{
  "name": "web",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terminaldweller/web.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/terminaldweller/web/issues"
  },
  "homepage": "https://github.com/terminaldweller/web#readme",
  "dependencies": {
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "jsdom": "^16.2.2",
    "katex": "^0.11.1",
    "markdown-it": "^11.0.0",
    "markdown-it-highlightjs": "^3.4.0",
    "markdown-it-multimd-table": "^4.0.2",
    "markdown-it-texmath": "^0.7.0"
  }
}