aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8a681dfde3a4d4df72253bd568b45988c3aafad2 (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
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "strelizia",
  "version": "3.0.0",
  "description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
  "author": "Sin",
  "engines": {
    "node": ">=7.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "bcrypt": "^3.0.4",
    "body-parser": "^1.18.2",
    "express": "^4.16.1",
    "express-handlebars": "^3.0.0",
    "express-rate-limit": "^2.11.0",
    "fluent-ffmpeg": "^2.1.2",
    "helmet": "^3.11.0",
    "jszip": "^3.1.5",
    "knex": "^0.14.4",
    "multer": "^1.3.0",
    "randomstring": "^1.1.5",
    "sharp": "^0.25.3",
    "sqlite3": "^4.2.0"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-config-aqua": "^1.4.1"
  },
  "eslintConfig": {
    "extends": [
      "aqua"
    ],
    "env": {
      "browser": true,
      "node": true
    },
    "rules": {
      "func-names": 0
    }
  }
}