-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 680 Bytes
/
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
{
"name": "web-project",
"version": "1.0.0",
"description": "\"This project is a user registration and login application.\"",
"scripts": {
"test": "\"mocha\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/melikesahn/web-project.git"
},
"keywords": [
"\"web\"",
"\"javascript\"",
"\"node",
"js\"",
"\"frontend\"",
"\"backend\""
],
"author": "\"melike şahin\"",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/melikesahn/web-project/issues"
},
"homepage": "https://github.com/melikesahn/web-project#readme",
"dependencies": {
"express": "^4.18.2",
"pg": "^8.11.2"
}
}