diff options
| author | Pitu <[email protected]> | 2017-01-22 18:01:39 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-22 18:01:39 -0300 |
| commit | 3f4b8791441a4ed093274c9f235a59b62919bcc5 (patch) | |
| tree | 62e0bab399365b74dcc8a7bbf73ff0a1113ee99f /package.json | |
| parent | Sections now highlight when active (diff) | |
| download | host.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.json | 2 |
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" } |