53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "teamsnap-benchcoach",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "An assistant for teamsnap",
|
|
"keywords": [
|
|
"teamsnap"
|
|
],
|
|
"author": {
|
|
"name": "Tony Correa",
|
|
"email": "a@correa.co"
|
|
},
|
|
"homepage": "https://benchcoach.ascorrea.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/anthonyscorrea/teamsnap-benchcoach.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anthonyscorrea/teamsnap-benchcoach/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/anthonyscorrea"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"@teamsnap/teamsnap-ui": "^3.12.3",
|
|
"bootstrap": "^5.3.1",
|
|
"bootstrap-icons": "^1.10.5",
|
|
"connect-ensure-login": "^0.1.1",
|
|
"cookie-parser": "~1.4.4",
|
|
"csurf": "^1.11.0",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^8.6.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.2",
|
|
"http-errors": "~1.6.3",
|
|
"mkdirp": "^1.0.4",
|
|
"morgan": "~1.9.1",
|
|
"multer": "^1.4.5-lts.1",
|
|
"papaparse": "^5.4.1",
|
|
"passport": "^0.6.0",
|
|
"passport-teamsnap": "^1.1.1",
|
|
"pluralize": "^8.0.0",
|
|
"pug": "^3.0.2",
|
|
"sortablejs": "^1.15.0",
|
|
"teamsnap.js": "^1.62.1",
|
|
"xhr2": "^0.2.1"
|
|
}
|
|
}
|