-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.46 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
51
52
53
54
55
56
57
58
59
{
"name": "webgallery-app",
"version": "1.0.0",
"description": "The webgallery is a webapplication, where user can upload their own images and view images of other users.",
"main": "server.js",
"directories": {
"public": "./public",
"css": "./public/css",
"assets": "./public/assets",
"javascripts": "./public/js",
"views": "./views",
"controllers": "./controllers",
"models": "./models"
},
"directories.lib": {
"lib": "./lib"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DenisSabo/Wt-Project.git"
},
"keywords": [
"Webgallery",
"Gallery",
"Instagram",
"Webtechnologie",
"Webtechnology"
],
"dependencies": {
"@types/express-session": "^1.15.6",
"@types/passport": "^0.4.2",
"config": "^1.28.1",
"express": "latest",
"express-session": "^1.15.6",
"express-vue": "^4.0.14",
"googleapis": "^23.0.0",
"jquery": "^3.2.1",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.7",
"multer": "1.1.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"session": "^0.1.0",
"vue": "^2.5.13",
"vue-paginate": "^3.5.1"
},
"author": "Ludwig, Raphael und Denis",
"license": "ISC",
"bugs": {
"url": "https://github.com/DenisSabo/Wt-Project/issues"
},
"homepage": "https://github.com/DenisSabo/Wt-Project#readme",
"devDependencies": {
"@types/express": "^4.0.39"
}
}