Uguu/package.json

29 lines
638 B
JSON

{
"name": "uguu",
"version": "1.5.3",
"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"
},
"devDependencies": {
"clean-css": "^5.1.2",
"clean-css-cli": "^5.3.0",
"uglify-js": "^3.13.9",
"swig": "^1.4.2"
},
"dependencies": {
"htmlmin": "0.0.6"
}
}