-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 894 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
{
"name": "nodejs_steambot",
"version": "0.1.21",
"description": "NodeJS Steambot",
"main": "index.js",
"dependencies": {
"@doctormckay/steam-webapi": "*",
"mkdirp": "^0.5.1",
"mysql": "^2.8.0",
"nodemailer": "*",
"prompt": "*",
"request": "*",
"socket.io": "*",
"socket.io-client": "*",
"steam": "^1.3.0",
"steam-totp": "*",
"steam-tradeoffer-manager": "^2.3.2",
"steam-tradeoffers": "*",
"steam-user": "^3.8.0",
"steam-web-api-key": "*",
"steam-weblogon": "*",
"steamcommunity": "^3.14.1593",
"steamid": "*",
"tf2": "*",
"tfprices": "*",
"tru-logger": "*"
},
"devDependencies": {},
"scripts": {
"postversion": "git push; npm publish"
},
"repository": {
"type": "git",
"url": "git://github.com/jacobtruman/nodejs_steambot.git"
},
"author": "Jacob Truman",
"license": "BSD"
}