forked from seishun/node-steam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 Bytes
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
{
"name": "steam",
"version": "1.4.1",
"description": "Lets you interface with Steam without running an actual Steam client",
"license": "MIT",
"author": "Nikolai Vavilov <vvnicholas@gmail.com>",
"main": "./lib/steam_client",
"repository": {
"type": "git",
"url": "https://github.com/seishun/node-steam.git"
},
"scripts": {
"prepare": "curl -fo servers.json \"https://api.steampowered.com/ISteamDirectory/GetCMList/v1/?cellid=0\""
},
"dependencies": {
"adm-zip": "^0.4",
"buffer-crc32": "^0.2",
"bytebuffer": "^5.0",
"steam-crypto": "^0.0",
"steam-resources": "github:seishun/node-steam-resources"
},
"bundledDependencies": [
"steam-resources"
],
"engines": {
"node": ">=4.1.1"
}
}