package.json 1.45 KB
Newer Older
mntmn's avatar
mntmn committed
1
2
3
4
5
{
  "name": "spacedeck-open",
  "version": "1.0.0",
  "private": true,
  "scripts": {
mntmn's avatar
mntmn committed
6
    "start": "node spacedeck.js"
mntmn's avatar
mntmn committed
7
  },
8
  "engines": {
mntmn's avatar
mntmn committed
9
    "node": ">=10.0.0"
Martin Guether's avatar
Martin Guether committed
10
  },
mntmn's avatar
mntmn committed
11
  "dependencies": {
Martin Guether's avatar
Martin Guether committed
12
13
14
    "archiver": "1.3.0",
    "async": "2.3.0",
    "bcryptjs": "2.4.3",
mntmn's avatar
mntmn committed
15
    "body-parser": "^1.19.0",
Martin Guether's avatar
Martin Guether committed
16
17
18
    "cheerio": "0.22.0",
    "config": "1.25.1",
    "cookie-parser": "~1.4.3",
19
    "ejs": "3.1.5",
mntmn's avatar
mntmn committed
20
    "execSync": "latest",
mntmn's avatar
mntmn committed
21
    "express": "^4.16.4",
22
    "file-type": "^7.6.0",
Martin Guether's avatar
Martin Guether committed
23
    "glob": "7.1.1",
mntmn's avatar
mntmn committed
24
    "gm": "^1.23.1",
mntmn's avatar
mntmn committed
25
    "gulp": "^4.0.2",
mntmn's avatar
mntmn committed
26
27
    "gulp-concat": "^2.6.1",
    "gulp-sass": "^4.0.2",
Martin Guether's avatar
Martin Guether committed
28
29
    "helmet": "^3.5.0",
    "i18n-2": "0.6.3",
mntmn's avatar
mntmn committed
30
    "log-timestamp": "latest",
31
    "mock-aws-s3": "^2.6.0",
32
    "moment": "^2.19.3",
mntmn's avatar
mntmn committed
33
    "morgan": "^1.9.1",
34
    "node-phantom-simple": "2.2.4",
mntmn's avatar
mntmn committed
35
    "node-server-screenshot": "^0.2.1",
Hirunatan's avatar
Hirunatan committed
36
    "nodemailer": "^4.6.7",
mntmn's avatar
mntmn committed
37
    "phantomjs-prebuilt": "^2.1.16",
38
    "read-chunk": "^2.1.0",
mntmn's avatar
mntmn committed
39
    "request": "^2.88.0",
mntmn's avatar
mntmn committed
40
    "sanitize-html": "^1.11.1",
41
    "sequelize": "^4.37.6",
Martin Guether's avatar
Martin Guether committed
42
    "serve-favicon": "~2.4.2",
43
    "serve-static": "^1.13.1",
mntmn's avatar
mntmn committed
44
    "slug": "^1.1.0",
45
    "sqlite3": "^4.0.0",
46
    "umzug": "^2.1.0",
mntmn's avatar
mntmn committed
47
    "underscore": "1.8.3",
48
    "uuid": "^3.2.1",
49
    "validator": "7.0.0",
mntmn's avatar
mntmn committed
50
    "ws": "3.3.1"
mntmn's avatar
mntmn committed
51
  },
52
  "main": "app.js",
mntmn's avatar
mntmn committed
53
  "description": "",
54
  "directories": {},
mntmn's avatar
mntmn committed
55
56
57
58
59
60
61
62
  "repository": {
    "type": "git",
    "url": "https://github.com/spacedeck/spacedeck-open.git"
  },
  "keywords": [],
  "author": "Lukas F. Hartmann, Martin Güther",
  "license": "AGPLv3"
}