wiki-server
Version:
A Federated Wiki Server
75 lines (74 loc) • 1.76 kB
JSON
{
"name": "wiki-server",
"description": "A Federated Wiki Server",
"version": "0.19.3",
"author": {
"name": "Ward Cunningham",
"email": "ward@c2.com",
"url": "http://ward.fed.wiki.org"
},
"contributors": [
{
"name": "Nick Niemeir",
"email": "nick.niemeir@gmail.com",
"url": "http://nrn.io"
},
{
"name": "Paul Rodwell",
"email": "paul.rodwell@btinternet.com",
"url": "http://wiki-paul90.rhcloud.com"
}
],
"dependencies": {
"@mapbox/sanitize-caja": "^0.1.4",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"client-sessions": "^0.8.0",
"coffeescript": "^2.5.0",
"cookie-parser": "^1.4.4",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-hbs": "^2.3.3",
"flates": "0.0.5",
"glob": "^7.1.4",
"lodash": "^4.17.19",
"method-override": "^2.3.10",
"minisearch": "^2.1.3",
"mkdirp": "^0.5.5",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"request": "^2.88.0",
"write-file-atomic": "^2.4.3",
"xml2js": "^0.4.23"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-mocha-test": "^0.13.2",
"grunt-retire": "^1.0.8",
"mocha": "^8.0.1",
"should": "^13.2.3",
"supertest": "^4.0.2",
"wiki-client": "^0.22.1",
"wiki-plugin-activity": "^0.4.6",
"wiki-plugin-video": "^0.2.10"
},
"engines": {
"node": ">=12.x"
},
"testling": {
"harness": "mocha"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-server.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-server/issues"
}
}