-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 883 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
{
"name": "oyla",
"version": "1.0.0",
"description": "Oyla projesi YTU Sistem Programlama dersi için hazırlanmış bir anket uygulamasıdır.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev-server": "nodemon index.js",
"db:create": "node ./scripts/refreshDatabase.js",
"install": "node ./scripts/install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Emre Kul,Kaan Sönmezöz,Ramazan Vapurcu",
"license": "GPLv3",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"moment": "^2.22.1",
"mysql2": "^1.5.2",
"sequelize": "^4.35.5"
},
"devDependencies": {
"bower": "^1.8.2",
"connect-session-sequelize": "^5.2.1",
"nodemon": "^1.15.1"
}
}