-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 851 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
31
32
33
34
35
36
37
38
39
{
"name": "gitwar",
"version": "1.0.2",
"description": "Gitwar - Compete with Git",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iampavangandhi/Gitwar.git"
},
"keywords": [
"nodejs",
"express",
"github",
"github-api",
"github-profile"
],
"author": "Pavan Gandhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iampavangandhi/Gitwar/issues"
},
"homepage": "https://github.com/iampavangandhi/Gitwar#readme",
"dependencies": {
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}