forked from iCarrrot/kalkulator-punktow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "kalkulator-punktow",
"version": "1.0.0",
"description": "Projekt na WEPPO",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iiuni/kalkulator-punktow.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iiuni/kalkulator-punktow/issues"
},
"homepage": "https://github.com/iiuni/kalkulator-punktow#readme",
"dependencies": {
"acorn": ">=5.7.4",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cookie-parser": "^1.4.5",
"diff": ">=3.5.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-session": "^1.17.1",
"extend": ">=3.0.2",
"jquery": "^3.5.0",
"jshint": "^2.13.6",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"package.json": "^2.0.1",
"pg": "^8.0.2",
"popper": "^1.0.1",
"sequelize": "^5.22.5",
"sequelize-heroku": "^2.1.5",
"session-file-store": "^1.4.0",
"session-memory-store": "^1.0.0",
"sha1": "^1.1.1",
"stringstream": ">=0.0.6",
"socket.io": "^2.5.0"
}
}