-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "train-bot",
"version": "1.0.0",
"engines": {
"node": "6.9.4",
"npm": "3.10.10"
},
"description": "Website template for Personal Trainers",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwhitcom/TrainBot.git"
},
"author": "FunBot (Andrey Orlov, Matt Whitcomb, Ryan House)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mwhitcom/TrainBot/issues"
},
"homepage": "https://github.com/mwhitcom/TrainBot#readme",
"dependencies": {
"bcryptjs": "^2.4.0",
"body-parser": "^1.16.0",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^4.1.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.0",
"express-validator": "^3.1.2",
"method-override": "^2.3.7",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"sequelize": "^3.30.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}