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
23 lines (23 loc) · 707 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "steam",
"version": "0.6.8",
"description": "Lets you interface with Steam without running an actual Steam client",
"author": "Nicholas <vvnicholas@gmail.com>",
"main": "./lib/steam_client",
"repository": {
"type": "git",
"url": "https://github.com/seishun/node-steam.git"
},
"scripts": {
"prepublish": "svn checkout https://github.com/SteamRE/SteamKit/trunk/Resources/Protobufs resources/protobufs && svn checkout https://github.com/SteamRE/SteamKit/trunk/Resources/SteamLanguage resources/steam_language"
},
"dependencies": {
"adm-zip": "*",
"buffer-crc32": "*",
"bytebuffer": "*",
"protobufjs": "*"
},
"engines": {
"node": ">=0.12"
}
}