-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 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
{
"name": "expressapp",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"devstart": "nodemon app"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-session-sequelize": "^1.1.0",
"gravatar": "^1.6.0",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"mssql": "^4.1.0",
"multer": "^1.3.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^4.6.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^4.37.10",
"sequelize-transforms": "^2.0.0",
"socket.io": "^2.1.1",
"stripe": "^6.7.0",
"tedious": "^2.6.1"
},
"devDependencies": {
"nodemon": "^1.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Albert481/myShoppe.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Albert481/myShoppe/issues"
},
"homepage": "https://github.com/Albert481/myShoppe#readme",
"description": ""
}