-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "dice",
"version": "1.0.0",
"description": "Node.JS project (Dice&Crash games) @p4r4p3t",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.3",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"dateformat": "^3.0.3",
"express": "^4.16.4",
"express-edge": "^1.0.0",
"express-recaptcha": "^4.1.1",
"express-session": "^1.15.6",
"expresstrade": "^1.1.2",
"node-vkapi": "^3.0.7",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-steam": "^1.0.10",
"passport-twitter": "^1.0.4",
"passport-vkontakte": "^0.3.2",
"pg": "^7.8.0",
"redis": "^2.8.0",
"requestify": "^0.2.5",
"sequelize": "^6.0.0",
"steam-price-api": "^1.2.3",
"steam-totp": "^2.1.0",
"url": "^0.11.0",
"vk-api": "^0.1.0",
"vkontakte": "^0.3.0",
"vksdk": "^5.3.2",
"ws": "^6.1.2",
"xml2json": "^0.11.2"
},
"devDependencies": {},
"author": "p4r4p3t",
"license": "ISC"
}