forked from DoctorMcKay/node-steam-tradeoffer-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 762 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
{
"name": "steam-tradeoffer-manager",
"version": "1.11.0",
"description": "A simple trade offers API for Steam",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/DoctorMcKay/node-steam-tradeoffer-manager.git"
},
"keywords": [
"steam",
"trade",
"offers",
"tradeoffers",
"trading",
"trade"
],
"author": "Alexander Corn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/issues"
},
"homepage": "https://github.com/DoctorMcKay/node-steam-tradeoffer-manager",
"dependencies": {
"steamcommunity": "^3.8.0",
"steamid": "^0.3.1",
"languages": "^0.1.3",
"async": "^1.4.2",
"deep-equal": "^1.0.1",
"clone": "^1.0.2"
}
}