-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 Bytes
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
{
"name": "octans",
"version": "1.0.0",
"description": "Project for CS467. Octans: Employee Recognition Tool",
"main": "app.js",
"repository": "",
"author": "lautta@oregonstate.edu",
"dependencies": {
"async": "~0.2.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"connect-redis": "^3.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-fileupload": "^1.1.9",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"favicon": "0.0.2",
"flash": "^1.1.0",
"jquery": "^3.2.1",
"mailgun-js": "^0.13.1",
"moment": "^2.19.2",
"mysql": "^2.15.0",
"path": "^0.12.7",
"quiche": "^0.3.0",
"serve-favicon": "^2.4.5",
"socket.io": "~0.9.14",
"validator": "^9.1.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"cloudinary": "^1.9.1",
"express": "^4.13.4",
"jsdom": "^11.3.0"
}
}