-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "mern",
"version": "1.0.0",
"engines": {
"node": "8.9.3"
},
"private": true,
"dependencies": {
"auth0-js": "^9.7.2",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.15.4",
"express-jwt": "^5.3.1",
"express-jwt-authz": "^1.0.0",
"is-buffer": "^2.0.3",
"jwks-rsa": "^1.3.0",
"mongoose": "^5.0.17",
"react-google-maps": "^9.4.5",
"ws": "^5.2.1",
"ws-server-wrapper": "^1.4.1"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "server.js",
"scripts": {
"server": "node server.js",
"client": "node scripts/start-client.js",
"start": "concurrently \"nodemon server.js\" \"npm run client\"",
"seed": "node scripts/seedDB.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viddyu/EMC.git"
},
"bugs": {
"url": "https://github.com/viddyu/EMC/issues"
},
"homepage": "https://github.com/viddyu/EMC#readme"
}