forked from memisgulden/Full-Stack-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "ferewelunch",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "4.16.4",
"express-handlebars": "^3.0.0",
"fs": "0.0.1-security",
"mongodb": "^3.1.9",
"mongoose": "^5.3.12",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"nodemon": "^1.18.6",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"path": "^0.12.7",
"sequelize": "^4.41.2",
"travis": "^0.1.1"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}