-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 KB
/
package.json
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
{
"name": "sketchimp-mme-ss20",
"version": "1.0.0",
"description": "Quellcode für Abschlussprojekt Sketchimp des MME-Kurses im Sommersemester 2020",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "node build.js",
"prebuild": "eslint app/resources/js/"
},
"author": "Sketchimp Team",
"contributors": [
"Lukas Schauhuber <[email protected]>",
"Tim Eichinger <[email protected]>",
"Timon Lorenz <[email protected]>",
"Tobias Dollhofer <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/UniRegensburg/mme-ss2020-projekte-sketching-with-friends-2"
},
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
"connect-flash": "^0.1.1",
"crypto": "^1.0.1",
"ejs": "^3.1.5",
"eslint": "^6.8.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"jimp": "^0.16.1",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"mongodb": "^3.6.2",
"mongoose": "^5.10.5",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"socket.io": "^2.3.0",
"streamifier": "^0.1.1"
}
}