File tree Expand file tree Collapse file tree 3 files changed +249
-538
lines changed
Expand file tree Collapse file tree 3 files changed +249
-538
lines changed Original file line number Diff line number Diff line change 11# Node Express API Boilerplate
22This project is based on the
33[ Node API and Client Boilerplate] ( https://github.com/anthub-services/node-api-and-client-boilerplate ) .
4- Required node version is ` 9.2.1 ` .
4+ Required node version is ` 9.11.2 ` .
55The API app is powered by [ Express] ( https://expressjs.com/ )
66and used as API service for the [ Create React App Boilerplate] ( https://github.com/anthub-services/create-react-app-boilerplate ) .
77
Original file line number Diff line number Diff line change 11{
22 "name" : " node-express-api-boilerplate" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " Node Express API Boilerplate" ,
55 "author" : " Ricky Hurtado" ,
66 "license" : " UNLICENSED" ,
1313 },
1414 "homepage" : " https://github.com/anthub-services/node-express-api-boilerplate/tree/master" ,
1515 "dependencies" : {
16- "bcrypt" : " ^2 .0.0" ,
17- "body-parser" : " ^1.18.2 " ,
16+ "bcrypt" : " ^3 .0.0" ,
17+ "body-parser" : " ^1.18.3 " ,
1818 "cors" : " ^2.8.4" ,
19- "dotenv" : " ^5 .0.1 " ,
19+ "dotenv" : " ^6 .0.0 " ,
2020 "express" : " ^4.16.3" ,
21- "jsonwebtoken" : " ^8.2.1 " ,
22- "moment" : " ^2.22.0 " ,
21+ "jsonwebtoken" : " ^8.3.0 " ,
22+ "moment" : " ^2.22.2 " ,
2323 "passport" : " ^0.4.0" ,
2424 "passport-http-bearer" : " ^1.0.1" ,
25- "pg" : " ^7.4.1 " ,
25+ "pg" : " ^7.4.3 " ,
2626 "pg-hstore" : " ^2.3.2" ,
27- "sequelize" : " ^4.37.6 "
27+ "sequelize" : " ^4.38.0 "
2828 },
2929 "devDependencies" : {
3030 "babel-cli" : " ^6.26.0" ,
31- "babel-preset-env" : " ^1.6.1 " ,
32- "nodemon" : " ^1.17.3 " ,
31+ "babel-preset-env" : " ^1.7.0 " ,
32+ "nodemon" : " ^1.18.1 " ,
3333 "sequelize-cli" : " ^4.0.0"
3434 },
3535 "scripts" : {
You can’t perform that action at this time.
0 commit comments