forked from JideOgun/Assess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "assess",
"version": "1.0.0",
"description": "---\r 1. [DESCRIPTION](#description)\r 2. [LICENSE](#licenses)\r 3. [INSTALLATION](#installation-instructions)\r 4. [USAGE](#usage-information)\r 5. [CONTRIBUTION GUIDELINES](#contribution-guidelines)\r 6. [TEST INSTRUCTIONS](#test-instructions)\r 7. [CREDITS](#credits)\r 8. [QUESTIONS](#questions)\r ---\r ## DESCRIPTION\r A social website where users can find valuable insights from previous employees about a company's culture, benefits, salaries and more.\r The user will be able to rate and review by leaving comments on Companies.",
"main": "server.js",
"dependencies": {
"accepts": "^1.3.8",
"array-flatten": "^1.1.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"bytes": "^3.1.1",
"connect-session-sequelize": "^7.1.2",
"content-disposition": "^0.5.4",
"content-type": "^1.0.4",
"cookie": "^0.4.1",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"denque": "^2.0.1",
"depd": "^1.1.2",
"destroy": "^1.0.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-handlebars": "^6.0.2",
"express-session": "^1.17.2",
"finalhandler": "^1.1.2",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"generate-function": "^2.3.1",
"http-errors": "^1.8.1",
"iconv-lite": "^0.4.24",
"inflection": "^1.13.2",
"inherits": "^2.0.4",
"ipaddr.js": "^1.9.1",
"is-property": "^1.0.2",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"long": "^4.0.0",
"lru-cache": "^6.0.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.6.0",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"ms": "^2.0.0",
"mysql2": "^2.3.3",
"named-placeholders": "^1.1.2",
"negotiator": "^0.6.3",
"nodemon": "^2.0.15",
"on-finished": "^2.3.0",
"parseurl": "^1.3.3",
"path": "^0.12.7",
"path-to-regexp": "^0.1.7",
"pg-connection-string": "^2.5.0",
"proxy-addr": "^2.0.7",
"pseudomap": "^1.0.2",
"qs": "^6.9.6",
"range-parser": "^1.2.1",
"raw-body": "^2.4.2",
"retry-as-promised": "^5.0.0",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.3.5",
"send": "^0.17.2",
"seq-queue": "^0.0.5",
"sequelize": "^6.16.2",
"sequelize-pool": "^7.1.0",
"serve-static": "^1.14.2",
"setprototypeof": "^1.2.0",
"sqlstring": "^2.3.2",
"statuses": "^1.5.0",
"toidentifier": "^1.0.1",
"toposort-class": "^1.0.1",
"type-is": "^1.6.18",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"vary": "^1.1.2",
"wkx": "^0.5.0",
"yallist": "^4.0.0"
},
"scripts": {
"test": "jest",
"start": "node server.js",
"seed": "node seeds/index.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JideOgun/Assess.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JideOgun/Assess/issues"
},
"homepage": "https://github.com/JideOgun/Assess#readme"
}