-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 980 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": "cinema-center",
"version": "1.0.0",
"description": "movie review website",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"config": "^3.3.6",
"cookie-parser": "^1.4.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"firebase": "^4.12.0",
"firebase-admin": "^9.9.0",
"firebase-functions": "^3.14.1",
"mongodb": "^3.6.7",
"mongoose": "^5.12.10",
"node-fetch": "^2.6.1",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^6.8.0",
"nodemon": "^2.0.2",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS-UCR/final_project-cinemacenter.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/CS-UCR/final_project-cinemacenter/issues"
},
"homepage": "https://github.com/CS-UCR/final_project-cinemacenter#readme"
}