-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "universityofscouting",
"version": "1.5.4",
"description": "A transcript and schedule reporting tool",
"author": "Cameron King <cameronking.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Longhorn-Council-BSA/universityofscouting.git"
},
"bugs": {
"url": "https://github.com/Longhorn-Council-BSA/universityofscouting/issues"
},
"homepage": "https://github.com/Longhorn-Council-BSA/docker-standardversion",
"dependencies": {
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-csv": "^0.6.0",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"moment-timezone": "^0.5.31",
"mongoose": "^5.12.7",
"mongoose-long": "^0.3.0",
"morgan": "~1.9.1",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"keywords": [
"scouts",
"universityofscouting",
"transcript",
"schedule",
"training"
],
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"doc": "jsdoc -p -R README.jsdoc.md -d ./docs/ ./routes/ ./lib/ ./app.js",
"start": "nodemon node ./bin/www",
"test": "jshint . && npm audit"
},
"devDependencies": {
"@types/express": "^4.17.6",
"jsdoc": "^3.6.7",
"jshint": "^2.11.1"
}
}