-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "markets-of-berlin",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=markets-of-berlin:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"bulma": "^0.7.5",
"connect-mongo": "^3.0.0",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.16.2",
"hbs": "^4.0.1",
"mapbox-geocoding": "^0.1.5",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"node-sass-middleware": "^0.11.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MaElaRo/Markets-of-Berlin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaElaRo/Markets-of-Berlin/issues"
},
"homepage": "https://github.com/MaElaRo/Markets-of-Berlin#readme",
"description": ""
}