-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 977 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 977 Bytes
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
{
"name": "project-tech",
"version": "1.0.0",
"description": "This is part of setting up modules and a server for block-tech",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbergevoet/blok-tech.git"
},
"author": "mbergevoet39@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mbergevoet/blok-tech/issues"
},
"homepage": "https://github.com/mbergevoet/blok-tech#readme",
"dependencies": {
"array-find": "^1.0.0",
"body-parser": "^1.19.0",
"camelcase": "^5.3.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"lodash": "^4.17.15",
"mongodb": "^3.5.4",
"multer": "^1.4.2",
"slug": "^2.1.1",
"slugg": "^1.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"nodemon": "^2.0.2"
}
}