forked from meetcshah19/cr3sc3ndo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 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
{
"name": "crescendo-backend",
"version": "1.0.0",
"description": "Backend for crescendo application",
"main": "index.js",
"type": "module",
"scripts": {
"test": "npm start",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meetcshah19/crescendo-backend.git"
},
"author": "CapriciousRebel",
"license": "ISC",
"bugs": {
"url": "https://github.com/meetcshah19/crescendo-backend/issues"
},
"homepage": "https://github.com/meetcshah19/crescendo-backend#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-session": "^1.17.1",
"mkdirp": "^1.0.4",
"multer": "^1.4.2",
"nodemon": "^2.0.6",
"pusher": "^4.0.2",
"react": "^17.0.1",
"util": "^0.12.3"
}
}