-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 932 Bytes
/
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
{
"name": "wiki-plugin-radar",
"version": "0.5.0",
"description": "Federated Wiki - Radar Plug-in",
"keywords": [
"wiki",
"federated wiki",
"plugin"
],
"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"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-git-authors": "^3.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-radar.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-radar/issues"
}
}