-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "firefly-assistant",
"version": "1.0.0",
"description": "An assistant for the Firefly schools platform",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"nodemonConfig": {
"ext": "js,ejs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoshHeng/FireflyAssistant.git"
},
"keywords": [
"firefly",
"fireflycloud",
"schools",
"assistant"
],
"author": "Josh Heng",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshHeng/FireflyAssistant/issues"
},
"homepage": "https://github.com/JoshHeng/FireflyAssistant#readme",
"dependencies": {
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"fast-xml-parser": "^3.17.4",
"ical-generator": "^1.15.0",
"mongoose": "^5.10.11",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"uuid": "^8.3.0"
}
}