Uguu/package.json

25 lines
558 B
JSON
Raw Normal View History

{
"name": "uguu",
"version": "1.5.4",
"description": "Kawaii file host",
"homepage": "https://uguu.se/",
"repository": {
"type": "git",
2022-01-23 12:33:37 +01:00
"url": "https://github.com/nokonoko/uguu"
},
2022-01-23 12:33:37 +01:00
"author": "Go Johansson <neku@pomf.se>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>",
2021-07-07 17:53:25 +02:00
"Uguu Community <github.com/nokonoko/uguu>"
],
"license": "GPLV3",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
"dependencies": {
"ejs": "^3.1.8",
"minify-all-cli": "^1.0.13",
"node-jq": "^2.3.3"
}
}