-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from atlantabitdevs/devops/pre-merge
deployment
- Loading branch information
Showing
6 changed files
with
32 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "atlbitdevs-familybtc", | ||
"version": "1.0.0", | ||
"description": "A bitcoin solution for families", | ||
"main": "server.js", | ||
"repository": "[email protected]:atlantabitdevs/familybtc.git", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "PORT=8080 node server.js", | ||
"dev": "PORT=8081 nodemon server.js" | ||
}, | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"debug": "^4.3.4", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.3", | ||
"firebase-admin": "^10.0.2", | ||
"http-errors": "^2.0.0", | ||
"mailgun-js": "^0.22.0", | ||
"morgan": "^1.10.0", | ||
"node-fetch": "2.6.6", | ||
"nodemon": "^2.0.15", | ||
"opennode": "^1.3.0", | ||
"uuid": "^8.3.2", | ||
"winston": "^3.6.0" | ||
} | ||
"name": "atlbitdevs-familybtc", | ||
"version": "1.0.0", | ||
"description": "A bitcoin solution for families", | ||
"main": "server.js", | ||
"repository": "[email protected]:atlantabitdevs/familybtc.git", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "PORT=8080 node server.js", | ||
"dev": "PORT=8081 nodemon server.js" | ||
}, | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"debug": "^4.3.4", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.3", | ||
"firebase-admin": "^10.0.2", | ||
"http-errors": "^2.0.0", | ||
"mailgun-js": "^0.22.0", | ||
"morgan": "^1.10.0", | ||
"node-fetch": "2.6.6", | ||
"nodemon": "^2.0.15", | ||
"opennode": "^1.3.0", | ||
"uuid": "^8.3.2", | ||
"winston": "^3.6.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters