-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 822 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 822 Bytes
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
{
"name": "wiki-plugin-frame",
"version": "0.10.3",
"description": "Federated Wiki - Frame Plugin",
"keywords": [
"frame",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Eric Dobbs",
"email": "eric@dobbse.net",
"url": "https://dobbse.net"
},
"contributors": [
"Eric Dobbs <eric@dobbse.net>",
"Paul Rodwell <paul.rodwell@btinternet.com>"
],
"scripts": {
"test": "mocha",
"update-authors": "node scripts/update-authors.cjs"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt-git-authors": "^3.2.0",
"mocha": "^9.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-frame.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-frame/issues"
}
}