{
    "name": "sga-website",
    "version": "1.0.0",
    "description": "Official website of TJ SGA",
    "main": "server.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node server.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tjsga/sga-website.git"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/tjsga/sga-website/issues"
    },
    "homepage": "https://github.com/tjsga/sga-website#readme",
    "dependencies": {
        "async": "^2.6.1",
        "express": "^4.16.3",
        "gmail-send": "^1.2.14",
        "hbs": "^4.0.1",
        "path": "^0.12.7"
    }
}