1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/package.json
Go Johansson (neku) 2057341d8f refactoring
* Ko-Fi donation button added.
* Templating now uses ejs instead of swig.
* clean-css/uglify-js replaced with minify-all.
* Minor PHP changes.
* Preparations for major refactor.
2022-07-16 08:24:58 +02:00

25 lines
558 B
JSON

{
"name": "uguu",
"version": "1.5.4",
"description": "Kawaii file host",
"homepage": "https://uguu.se/",
"repository": {
"type": "git",
"url": "https://github.com/nokonoko/uguu"
},
"author": "Go Johansson <neku@pomf.se>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>",
"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"
}
}