StMarkSchoolApplication / package.json
package.json
Raw
{
  "name": "st-mark-bible-school-application",
  "version": "1.0.0",
  "description": "St-Mark-Bible-School-Application-made-by-MTS",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "keywords": [
    "Nodejs",
    "Express",
    "JWT",
    "Sequelize",
    "MySQL",
    "Authentication"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rapheik-George-Masloh/StMarkSchoolApplication.git"
  },
  "author": "MTSchoolTeam",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Rapheik-George-Masloh/StMarkSchoolApplication/issues"
  },
  "homepage": "https://github.com/Rapheik-George-Masloh/StMarkSchoolApplication#readme",
  "dependencies": {
    "admin-bro": "^1.6.6",
    "admin-bro-expressjs": "^0.4.0",
    "admin-bro-sequelizejs": "^0.3.3",
    "bcryptjs": "^2.4.3",
    "core-util-is": "^1.0.2",
    "express": "^4.16.3",
    "express-formidable": "^1.2.0",
    "express-session": "^1.17.0",
    "jsonwebtoken": "^8.3.0",
    "mysql2": "^1.7.0",
    "sequelize": "^4.44.3"
  },
  "devDependencies": {
    "nodemon": "^1.19.4"
  }
}