aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ab0f147cbf88d706f949554b00a8ef00f3206fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "loli-safe",
  "version": "2.2.0",
  "description": "Pomf-like uploading service, written in node",
  "author": "kanadeko",
  "repository": {
    "type": "git",
    "url": "https://github.com/kanadeko/loli-safe"
  },
  "bugs": {
    "url": "https://github.com/kanadeko/loli-safe/issues"
  },
  "engines": {
    "node": ">=7.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "bcrypt": "^1.0.2",
    "body-parser": "^1.16.0",
    "express": "^4.14.0",
    "express-rate-limit": "^2.6.0",
    "fluent-ffmpeg": "^2.1.0",
    "gm": "^1.23.0",
    "helmet": "^3.5.0",
    "knex": "^0.12.6",
    "multer": "^1.2.1",
    "randomstring": "^1.1.5",
    "sqlite3": "^3.1.8"
  }
}