1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/package.json
nokonoko d8c46ff78a new uguu code
This is the code that uguu.se is running, based off Pomf.
2020-11-18 12:54:47 +01:00

28 lines
588 B
JSON

{
"name": "uguu",
"version": "1.0.0",
"description": "Kawaii file host",
"homepage": "https://uguu.se/",
"repository": {
"type": "git",
"url": "https://github.com/nokonoko/pomf"
},
"author": "Eric Johansson <neku@pomf.se>",
"contributors": [
"Pomf Community <github.com/pomf/pomf>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
"devDependencies": {
"clean-css": "^4.2.1",
"clean-css-cli": "^4.3.0",
"uglify-js": "^2.6.2",
"swig": "^1.4.2"
},
"dependencies": {
"htmlmin": "0.0.6"
}
}