-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "webtech3-portfolio",
"version": "1.0.0",
"description": "Portfolio voor alle labo's van webtech 3",
"main": "Lab5/bin/www",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-generate": "^1.0.12",
"http-errors": "^1.7.2",
"mongodb": "^2.2.16",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"save-dev": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"nodemon": "^1.18.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel Lab3/src -d Lab3/dist",
"start": "node Lab5/bin/www",
"dev": "nodemon Lab5/bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnneliesB/webtech3-portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnneliesB/webtech3-portfolio/issues"
},
"homepage": "https://github.com/AnneliesB/webtech3-portfolio#readme"
}