]> jfr.im git - uguu.git/blame - package.json
add phpdocs
[uguu.git] / package.json
CommitLineData
d8c46ff7
GJ
1{
2 "name": "uguu",
bc85f62a 3 "version": "1.4.0",
d8c46ff7
GJ
4 "description": "Kawaii file host",
5 "homepage": "https://uguu.se/",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/nokonoko/pomf"
9 },
10 "author": "Eric Johansson <neku@pomf.se>",
11 "contributors": [
ee3976f9 12 "Pomf Community <github.com/pomf/pomf>",
6c25a2b1 13 "Uguu Community <github.com/nokonoko/uguu>"
d8c46ff7
GJ
14 ],
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/nokonoko/uguu/issues"
18 },
19 "devDependencies": {
8acaf899
GJ
20 "clean-css": "^5.1.2",
21 "clean-css-cli": "^5.3.0",
cef49852 22 "uglify-js": "^3.13.9",
d8c46ff7
GJ
23 "swig": "^1.4.2"
24 },
25 "dependencies": {
26 "htmlmin": "0.0.6"
27 }
28}