-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.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
{
"name": "TomCariello.com",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "8.12.0"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "Tom Cariello",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.476.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.1.0",
"express-session": "^1.15.2",
"handlebars": "^4.5.3",
"method-override": "^2.3.5",
"minimatch": "^3.0.4",
"moment": "^2.20.1",
"multer": "^1.3.0",
"mysql": "^2.17.1",
"mysql2": "^2.1.0",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sequelize": "^5.21.3",
"sequelize-cli": "^5.5.1",
"twitter": "^1.7.1"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"express": "^4.14.0"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": ""
}