first commit
This commit is contained in:
50
package.json
Normal file
50
package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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",
|
||||
"papaparse": "^5.4.1",
|
||||
"passport": "^0.6.0",
|
||||
"passport-teamsnap": "^1.1.1",
|
||||
"pluralize": "^8.0.0",
|
||||
"pug": "^3.0.2",
|
||||
"teamsnap.js": "^1.62.1",
|
||||
"xhr2": "^0.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user