-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "wiki-plugin-chart",
"version": "0.4.0",
"description": "Federated Wiki - Chart Plug-in",
"keywords": [
"wiki",
"federated wiki",
"plugin"
],
"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"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"coffeeify": "^3.0.1",
"grunt": "^1.0.4",
"grunt-browserify": "^6.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-git-authors": "~3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-chart.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-chart/issues"
}
}