forked from fedwiki/wiki
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 3.26 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "wiki",
"version": "0.6.4",
"bin": "./index.js",
"description": "Federated Wiki",
"author": {
"name": "Paul Rodwell",
"email": "paul.rodwell@btinternet.com",
"url": "http://wiki-paul90.rhcloud.com"
},
"contributors": [
{
"name": "Nick Niemeir",
"email": "nick.niemeir@gmail.com",
"url": "http://nrn.io"
},
{
"name": "Ward Cunningham",
"email": "ward@c2.com",
"url": "http://ward.fed.wiki.org"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fedwiki/wiki-node/blob/master/LICENSE.txt"
}
],
"dependencies": {
"JSONStream": "latest",
"async": "latest",
"body-parser": "latest",
"client-sessions": "latest",
"coffee-script": "latest",
"coffee-trace": "latest",
"compression": "latest",
"config-chain": "latest",
"cookie-parser": "latest",
"errorhandler": "latest",
"event-stream": "*",
"express": "latest",
"flates": "0.0.5",
"geopouch": "latest",
"glob": "latest",
"hbs": "*",
"level-fs": "latest",
"leveldown": "^0.10.4",
"lodash": "latest",
"memdown": "latest",
"method-override": "^2.2.0",
"mkdirp": "latest",
"morgan": "^1.3.1",
"optimist": "latest",
"pouchdb": "latest",
"pouchdb-find": "^0.3.3",
"pouchdb-upsert": "^1.1.1",
"qs": "~2.3",
"sanitize-caja": "latest",
"telepathine": "latest",
"wiki-plugin-activity": "0.2",
"wiki-plugin-audio": "0.1",
"wiki-plugin-bars": "0.2",
"wiki-plugin-bytebeat": "0.2",
"wiki-plugin-calculator": "0.2",
"wiki-plugin-calendar": "0.2",
"wiki-plugin-changes": "0.2",
"wiki-plugin-chart": "0.3",
"wiki-plugin-code": "0.2",
"wiki-plugin-data": "0.2",
"wiki-plugin-efficiency": "0.2",
"wiki-plugin-factory": "0.2",
"wiki-plugin-favicon": "0.2",
"wiki-plugin-federatedwiki": "0.2",
"wiki-plugin-flagmatic": "0.1",
"wiki-plugin-force": "0.2",
"wiki-plugin-future": "0.2",
"wiki-plugin-grep": "0.1",
"wiki-plugin-html": "0.2",
"wiki-plugin-image": "0.2",
"wiki-plugin-line": "0.2",
"wiki-plugin-linkmap": "0.2",
"wiki-plugin-logwatch": "0.2",
"wiki-plugin-map": "0.2",
"wiki-plugin-markdown": "0.2",
"wiki-plugin-mathjax": "0.2",
"wiki-plugin-metabolism": "0.2",
"wiki-plugin-method": "0.2",
"wiki-plugin-pagefold": "0.2",
"wiki-plugin-paragraph": "0.2",
"wiki-plugin-parse": "0.2",
"wiki-plugin-pushpin": "0.2",
"wiki-plugin-radar": "0.2",
"wiki-plugin-reduce": "0.2",
"wiki-plugin-reference": "0.2",
"wiki-plugin-report": "0.2",
"wiki-plugin-rollup": "0.2",
"wiki-plugin-roster": "0.1",
"wiki-plugin-scatter": "0.2",
"wiki-plugin-twadio": "0.2",
"wiki-plugin-video": "0.2",
"write-file-atomic": "latest"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "1.12",
"expect.js": "*",
"supertest": "*",
"grunt": "~0.4",
"grunt-git-authors": "~2"
},
"scripts": {
"start": "node index.js",
"test": "mocha server/test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-node.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-node/issues"
},
"engines": {
"node": "0.10"
}
}