SMTL

Die Stadtmeistersteilerliste und das Anmeldeformular - SK Langen e.V.
git clone git://git.oshgnacknak.de/SMTL.git
Log | Files | Refs | README

package.json (770B)


      1 {
      2   "name": "SMTL",
      3   "version": "1.0.0",
      4   "description": "This webapp is for for the 'Stadtmeisterschaft' players list and the singup.",
      5   "main": "index.js",
      6   "scripts": {
      7     "start": "npm index.js"
      8   },
      9   "keywords": [],
     10   "author": "Oshgnacknak",
     11   "repository": "https://github.com/Oshgnacknak/SMTL/",
     12   "license": "ISC",
     13   "devDependencies": {},
     14   "dependencies": {
     15     "admin-bro": "^2.0.0",
     16     "admin-bro-expressjs": "^2.0.0",
     17     "admin-bro-mongoose": "^0.4.1",
     18     "bcrypt": "^4.0.1",
     19     "body-parser": "^1.19.0",
     20     "cookie-parser": "^1.4.4",
     21     "express": "^4.17.1",
     22     "express-formidable": "^1.2.0",
     23     "express-session": "^1.17.0",
     24     "mongoose": "^5.9.3",
     25     "morgan": "^1.9.1",
     26     "serve-favicon": "^2.5.0",
     27     "validator": "^12.2.0"
     28   }
     29 }