-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "web-api-steam",
"version": "1.0.8",
"description": "Everything you need when working with the web api for steam.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunbergOlle/web-api-steam.git"
},
"keywords": [
"steam",
"steam-api",
"steam api",
"api steam",
"get friend list steam",
"friends steam",
"global achievements steam npm",
"steam api module",
"playerbans steam",
"user stats steam module",
"steam-user-stats",
"node-steam",
"steam user games",
"steam player info",
"steam user profile",
"user-profile-steam",
"steam profile",
"steam bans",
"get friend list of player steam",
"getUserStats",
"steam module",
"steam-web-api",
"steam web api",
"steam client",
"steam api key",
"steam web module",
"module for steam web"
],
"author": "OlleThunberg <olle.thunberg03@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThunbergOlle/web-api-steam/issues"
},
"homepage": "https://github.com/ThunbergOlle/web-api-steam#readme",
"dependencies": {
"request": "^2.87.0",
"xml-to-json-promise": "0.0.3"
}
}