-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 783 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
{
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"git": "^0.1.5"
},
"name": "git-training",
"description": "��#\u0000 \u0000g\u0000i\u0000t\u0000-\u0000t\u0000r\u0000a\u0000i\u0000n\u0000i\u0000n\u0000g\u0000\r\u0000 \u0000",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joseph-Pittera/git-training.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Joseph-Pittera/git-training/issues"
},
"homepage": "https://github.com/Joseph-Pittera/git-training#readme"
}