-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 854 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
{
"name": "vinnovate_online_sem",
"version": "1.0.0",
"description": "A web portal to join all what-app groups in this online semester.",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"nodemon": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinnovateit/Vinnovate_Online_Sem.git"
},
"author": "kshitij dhyani",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinnovateit/Vinnovate_Online_Sem/issues"
},
"homepage": "https://github.com/vinnovateit/Vinnovate_Online_Sem#readme"
}