-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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-video",
"version": "0.3.1",
"description": "Federated Wiki - Video Plugin",
"keywords": [
"video",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Ward Cunningham",
"email": "ward@c2.com",
"url": "http://ward.fed.wiki.org"
},
"contributors": [
{
"name": "Eric Dobbs",
"email": "eric@dobbse.net",
"url": "https://wiki.dbbs.co"
}
],
"scripts": {
"test": "mocha"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^10.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-video.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-video/issues"
},
"engines": {
"node": ">=0.10"
}
}