-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 762 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 762 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
29
30
31
32
33
34
{
"name": "steamstore",
"version": "2.3.0",
"description": "Interacts with the store.steampowered.com site for account management",
"keywords": [
"steam",
"steam store",
"steam account",
"steampowered"
],
"homepage": "https://github.com/DoctorMcKay/node-steamstore",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steamstore/issues"
},
"license": "MIT",
"author": {
"name": "Alex Corn",
"email": "mckay@doctormckay.com",
"url": "https://www.doctormckay.com"
},
"repository": {
"type": "git",
"url": "https://github.com/DoctorMcKay/node-steamstore.git"
},
"dependencies": {
"@doctormckay/stdlib": "^1.7.0",
"cheerio": "^0.22.0",
"request": "^2.88.0",
"steamid": "^1.1.0"
},
"engines": {
"node": ">=8.0.0"
}
}