forked from DoctorMcKay/node-steam-tradeoffer-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 871 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
39
40
{
"name": "steam-tradeoffer-manager",
"version": "2.4.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.27.2",
"steamid": "^1.1.0",
"async": "^2.0.0",
"languages": "^0.1.3",
"deep-equal": "^1.0.1",
"clone": "^2.0.0"
},
"bundledDependencies": [
"languages",
"deep-equal",
"clone"
],
"engines": {
"node": ">=4.0.0"
}
}