-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1.04 KB
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
{
"name": "app.js",
"version": "1.0.0",
"description": "[](https://app.codacy.com/app/shubhampal1898/Weather-App?utm_source=github.com&utm_medium=referral&utm_content=shubhampal98/Weather-App&utm_campaign=Badge_Grade_Dashboard)\r \r \r ",
"main": "index.js",
"scripts": {
"start": "node src/app.js"
},
"keywords": [],
"author": "Rajat",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"hbs": "^4.0.5",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rajat1999/Weather-App.git"
},
"bugs": {
"url": "https://github.com/Rajat1999/Weather-App/issues"
},
"homepage": "https://github.com/Rajat1999/Weather-App#readme"
}