-
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) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 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": "testing-deployment-server",
"version": "1.0.0",
"description": "Connecting React.js front-end with Node.js back-end and deploying to Heroku",
"main": "App.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CatalanoWebDevelopment/DeploymentTestingServer.git"
},
"keywords": [
"Heroku",
"Deployment"
],
"author": "Parker Catalano",
"license": "ISC",
"bugs": {
"url": "https://github.com/CatalanoWebDevelopment/DeploymentTestingServer/issues"
},
"homepage": "https://github.com/CatalanoWebDevelopment/DeploymentTestingServer#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"pg": "^7.6.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.41.2"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}