-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
71 lines (71 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "wiki-server",
"description": "A Federated Wiki Server",
"version": "0.25.2",
"author": {
"name": "Ward Cunningham",
"email": "[email protected]",
"url": "http://ward.fed.wiki.org"
},
"contributors": [
{
"name": "Nick Niemeir",
"email": "[email protected]",
"url": "http://nrn.io"
},
{
"name": "Paul Rodwell",
"email": "[email protected]",
"url": "http://wiki-paul90.rhcloud.com"
}
],
"dependencies": {
"async": "^3.2.4",
"body-parser": "^1.20.2",
"client-sessions": "^0.8.0",
"coffeescript": "^2.5.0",
"cookie-parser": "^1.4.4",
"dompurify": "^3.1.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-hbs": "^2.5.0",
"flates": "0.0.5",
"glob": "^7.2.3",
"jsdom": "^25.0.0",
"method-override": "^3.0.0",
"minisearch": "^7.1.0",
"morgan": "^1.9.1",
"node-fetch": "^3.3.2",
"write-file-atomic": "^5.0.0",
"xml2js": "^0.6.2"
},
"scripts": {
"test": "grunt mochaTest"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-git-authors": "^3.2.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^10.4.0",
"should": "^13.2.3",
"supertest": "^7.0.0",
"wiki-client": "^0.29.1",
"wiki-plugin-activity": "^0.6.0",
"wiki-plugin-video": "^0.3.1"
},
"engines": {
"node": ">=18.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"
}
}