This repository was archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 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
53
54
55
56
57
58
{
"name": "JetFree",
"version": "1.0.1",
"description": "Software Engineering Class - Group Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyumiizZ/SoftengProject.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AyumiizZ/SoftengProject/issues"
},
"homepage": "https://github.com/AyumiizZ/SoftengProject#readme",
"dependencies": {
"bcrypt": "^3.0.0",
"bcryptjs": "^2.3.0",
"bootstrap": "^4.1.3",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"express": "~4.16.0",
"express-paginate": "^1.0.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"flash": "^1.1.0",
"gravatar": "^1.6.0",
"holder": "0.0.0",
"http-errors": "~1.6.2",
"jstransformer-markdown-it": "^2.1.0",
"knex": "^0.15.2",
"markdown-it": "^8.4.2",
"moment": "^2.22.2",
"morgan": "~1.9.0",
"mysql": "^2.16.0",
"nodemon": "^1.18.4",
"objection": "^1.2.6",
"omise": "^0.5.5",
"paginationjs": "^2.1.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"request": "^2.88.0",
"session": "^0.1.0",
"showdown": "^1.8.7",
"sqlite3": "^4.0.3",
"xss": "^1.0.3"
},
"devDependencies": {
"sqlite": "^3.0.0"
}
}