-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.json
executable file
·30 lines (30 loc) · 870 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
{
"name": "uguu",
"version": "1.9.1",
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
"homepage": "https://uguu.se",
"repository": {
"type": "git",
"url": "https://github.com/nokonoko/uguu"
},
"author": "Go Johansson <[email protected]>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>",
"Uguu Community <github.com/nokonoko/uguu>"
],
"license": "GPLV3",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
"devDependencies": {
"ejs": "^3.1.9",
"imagemin-cli": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"@node-minify/core": "^8.0.6",
"@node-minify/cli": "^8.0.6",
"@node-minify/uglify-es": "^8.0.6",
"@node-minify/cssnano": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"node-jq": "^4.0.1"
}
}