forked from fedwiki/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.41 KB
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
{
"name": "wiki",
"version": "0.7.0",
"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"
}
],
"license": "MIT",
"dependencies": {
"coffee-script": "1.9",
"coffee-trace": "~1.4.0",
"config-chain": "1.1",
"glob": "5.0",
"optimist": "0.6",
"wiki-server": "0.6",
"wiki-client": "0.5",
"wiki-plugin-activity": "0.2",
"wiki-plugin-audio": "0.1",
"wiki-plugin-bars": "0.3",
"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.3",
"wiki-plugin-future": "0.2",
"wiki-plugin-grep": "0.1",
"wiki-plugin-html": "0.2",
"wiki-plugin-image": "0.2",
"wiki-plugin-line": "0.3",
"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.3",
"wiki-plugin-radar": "0.3",
"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.3",
"wiki-plugin-twadio": "0.2",
"wiki-plugin-txtzyme": "0.2",
"wiki-plugin-video": "0.2"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-git-authors": "~3"
},
"scripts": {
"start": "node index.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"
}
}