package.json 551 Bytes
{
    "name": "ur-village",
    "version": "0.0.0",
    "private": true,
    "scripts": {
        "start": "nodemon ./bin/www"
    },
    "dependencies": {
        "bootstrap": "^4.5.3",
        "cookie-parser": "~1.4.4",
        "debug": "~2.6.9",
        "dotenv": "^8.2.0",
        "ejs": "^3.1.5",
        "express": "~4.16.1",
        "http-errors": "~1.6.3",
        "morgan": "~1.9.1",
        "nodemon": "^2.0.6",
        "pug": "2.0.0-beta11",
        "request": "^2.88.2",
        "xhr": "^2.5.0",
        "xmlhttprequest": "^1.8.0"
    }
}