-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 993 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 993 Bytes
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
{
"name": "coding-cougs-website",
"version": "1.0.0",
"description": "A Coding Cougs Website",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"server": "nodemon server/app.js",
"dev-server": "concurrently \"npm start --prefix client\" \"nodemon server/app.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^3.5.1",
"create-react-app": "^1.5.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"nodemon": "^1.18.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"mongoose": "^5.2.16",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.4.1",
"querystring": "^0.2.0",
"request": "^2.83.0",
"sequelize": "^4.38.0"
}
}