forked from gitbot/uguu
ee3976f997
The FAQ & Tools page does not use JS so it should not include it.
29 lines
637 B
JSON
29 lines
637 B
JSON
{
|
|
"name": "uguu",
|
|
"version": "1.1.1",
|
|
"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>",
|
|
"Uguu Community <github.com/nokonoko/uguu"
|
|
],
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
}
|