aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-22 18:01:39 -0300
committerPitu <[email protected]>2017-01-22 18:01:39 -0300
commit3f4b8791441a4ed093274c9f235a59b62919bcc5 (patch)
tree62e0bab399365b74dcc8a7bbf73ff0a1113ee99f /package.json
parentSections now highlight when active (diff)
downloadhost.fuwn.me-3f4b8791441a4ed093274c9f235a59b62919bcc5.tar.xz
host.fuwn.me-3f4b8791441a4ed093274c9f235a59b62919bcc5.zip
List and thumb view on uploads
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index cad67a5..3c1d437 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,10 @@
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.14.0",
+ "gm": "^1.23.0",
"knex": "^0.12.6",
"multer": "^1.2.1",
+ "node-thumbnail": "^0.7.0",
"randomstring": "^1.1.5",
"sqlite3": "^3.1.8"
}