This repository was archived by the owner on May 11, 2023. 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
56 lines (56 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.35 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
{
"name": "browsemuscle",
"version": "1.0.0",
"description": "",
"main": "",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "nodemon ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8fn/BrowseMuscle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/8fn/BrowseMuscle/issues"
},
"homepage": "https://github.com/8fn/BrowseMuscle#readme",
"dependencies": {
"autoprefixer": "^10.4.13",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"bootstrap": "^5.2.2",
"chart.js": "^3.9.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.6",
"express-hbs": "^2.4.0",
"express-session": "^1.17.3",
"express-validator": "^6.15.0",
"hbs": "^4.2.0",
"http-errors": "^2.0.0",
"install": "^0.13.0",
"jquery": "^3.6.1",
"lsof": "^0.1.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"php-express": "^0.0.3",
"sequelize": "^6.26.0"
},
"devDependencies": {
"nodemon": "^2.0.20",
"sequelize-cli": "^6.5.2"
}
}