This repository was archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"name": "groupsapp",
"version": "1.0.0",
"description": "app for group organizing",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksm/groupsapp.git"
},
"author": "Al Min, Wil Cook, and Philip Graham",
"license": "ISC",
"bugs": {
"url": "https://github.com/aksm/groupsapp/issues"
},
"homepage": "https://github.com/aksm/groupsapp#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.2",
"fullcalendar": "^3.0.1",
"google-auth-library": "^0.9.10",
"google-calendar": "^1.3.2",
"googleapis": "^14.2.0",
"handlebars": "^4.0.6",
"materialize-css": "^0.97.8",
"method-override": "^2.3.7",
"moment": "^2.17.0",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth2": "^0.1.6",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"sequelize": "^3.27.0",
"session-memory-store": "^0.2.2",
"shortid": "^2.2.6",
"twilio": "^2.11.0"
},
"devDependencies": {},
"keywords": []
}