mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
28 lines
588 B
JSON
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"
|
||
|
}
|
||
|
}
|