Uguu/package.json

29 lines
636 B
JSON
Raw Normal View History

{
"name": "uguu",
2022-01-29 21:42:49 +01:00
"version": "1.5.2",
"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": "MIT",
"bugs": {
"url": "https://github.com/nokonoko/uguu/issues"
},
"devDependencies": {
2021-06-24 00:56:22 +02:00
"clean-css": "^5.1.2",
"clean-css-cli": "^5.3.0",
2021-06-24 00:47:10 +02:00
"uglify-js": "^3.13.9",
"swig": "^1.4.2"
},
"dependencies": {
"htmlmin": "0.0.6"
}
}