package.json 2.15 KB
Newer Older
mntmn's avatar
mntmn committed
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "name": "spacedeck-open",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "start": "nodemon -e .js,.html bin/www",
    "test": "mocha"
  },
  "dependencies": {
    "archiver": "0.14.4",
    "async": "1.3.0",
    "aws-sdk": "2.1.39",
    "basic-auth": "1.0.3",
    "bcrypt": "*",
    "body-parser": "~1.13.1",
    "cheerio": "0.19.0",
    "config": "1.14.0",
    "cookie-parser": "~1.3.5",
    "csurf": "1.8.3",
    "debug": "~2.2.0",
    "execSync": "latest",
    "express": "~4.13.0",
    "glob": "5.0.14",
    "gm": "1.18.1",
    "googleapis": "2.1.3",
    "gulp": "^3.9.0",
    "gulp-concat": "2.6.0",
    "gulp-eslint": "*",
    "gulp-express": "0.3.0",
    "gulp-nodemon": "*",
    "gulp-sass": "^2.0.3",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.6",
    "helmet": "^1.1.0",
    "i18n-2": "0.4.6",
    "ioredis": "1.6.1",
    "lodash": "^4.3.0",
    "log-timestamp": "latest",
    "md5": "2.0.0",
    "moment": "2.10.6",
    "mongoose": "4.4.3",
    "morgan": "1.6.1",
    "node-sass-middleware": "0.8.0",
    "pdfkit": "0.7.1",
    "validator": "5.2.0",
    "node-phantom-simple": "2.2.4",
    "phantomjs-prebuilt": "2.1.7",
    "pm2": "latest",
    "qr-image": "3.1.0",
    "raven": "0.8.1",
    "request": "2.60.0",
    "sanitize-html": "^1.11.1",
    "serve-favicon": "~2.3.0",
    "swig": "1.4.2",
    "slug": "0.9.1",
    "underscore": "1.8.3",
    "weak": "1.0.0",
    "ws": "0.7.2"
  },
  "devDependencies": {
    "express": "^4.13.3",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^1.1.0",
    "gulp-express": "^0.3.0",
    "gulp-fingerprint": "^0.3.2",
    "gulp-nodemon": "^2.0.4",
    "gulp-rev": "^6.0.1",
    "gulp-rev-all": "^0.8.22",
    "gulp-rev-replace": "^0.4.3",
    "gulp-sass": "^2.1.0",
    "gulp-uglify": "^1.4.2",
    "mocha": "*",
    "nodemon": "*",
    "should": "^7.1.0",
    "supertest": "^1.1.0",
    "winston": "^1.0.1"
  },
  "description": "",
  "main": "Gulpfile.js",
  "directories": {
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spacedeck/spacedeck-open.git"
  },
  "keywords": [],
  "author": "Lukas F. Hartmann, Martin Güther",
  "license": "AGPLv3"
}