forked from pepzwee/node-csgo-web-tradebot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 823 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
{
"name": "tradebot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"express": "^4.14.0",
"express-session": "^1.14.2",
"express-socket.io-session": "^1.3.1",
"globaloffensive": "^1.2.4",
"passport": "^0.3.2",
"passport-steam": "^1.0.9",
"request": "^2.79.0",
"session-file-store": "^1.0.0",
"socket.io": "^1.7.2",
"steam-totp": "^1.4.0",
"steam-tradeoffer-manager": "^2.5.0",
"steam-user": "^3.15.0",
"steamcommunity": "^3.30.3",
"util": "^0.10.3"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0"
}
}