forked from piyush97/DSC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "dsc-website",
"version": "1.0.0",
"description": "The official DSC website built on MERN stack",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"build": "node server.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piyush97/DSC-Website.git"
},
"author": "DSC-RIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/piyush97/DSC-Website/issues"
},
"homepage": "https://github.com/piyush97/DSC-Website#readme",
"dependencies": {
"assert": "^1.4.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"concurrently": "^4.1.0",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"global": "^4.3.2",
"mongodb": "^3.1.13",
"mongoose": "^5.4.7",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"npm": "^6.8.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"mocha": "^6.0.0",
"nodemon": "^1.18.10"
}
}