-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.28 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
49
50
51
52
53
54
55
56
57
{
"name": "wiki-plugin-image",
"version": "0.5.0",
"description": "Federated Wiki - Image 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",
"exifr": "^7.1.3",
"expect.js": "^0.3.1",
"grunt": "^1.0.4",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-git-authors": "~3",
"grunt-mocha-test": "^0.13.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-image.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-image/issues"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"multer": "^1.4.5-lts.1"
}
}