node-steamcommunity/package.json

47 lines
1000 B
JSON
Raw Normal View History

2014-10-01 03:18:17 +08:00
{
"name": "steamcommunity",
2023-06-27 12:17:17 +08:00
"version": "3.46.1",
2015-01-30 15:46:03 +08:00
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"files": [
"/classes",
"/components",
"/examples",
"/resources",
"/index.js"
],
"keywords": [
"steam",
"steam community"
],
2014-10-01 03:18:17 +08:00
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
},
"license": "MIT",
2017-12-28 13:32:51 +08:00
"author": {
"name": "Alex Corn",
"email": "mckay@doctormckay.com",
"url": "https://www.doctormckay.com"
},
2014-10-01 03:18:17 +08:00
"repository": {
"type": "git",
2015-05-16 12:44:33 +08:00
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
2014-10-01 03:18:17 +08:00
},
"dependencies": {
2019-09-24 16:06:37 +08:00
"async": "^2.6.3",
"cheerio": "0.22.0",
2019-09-24 16:06:37 +08:00
"image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0",
"steam-totp": "^1.5.0",
"steamid": "^1.1.3",
"xml2js": "^0.4.22"
2016-03-05 07:27:50 +08:00
},
"devDependencies": {
"steam-session": "^1.2.3"
},
2016-03-05 07:27:50 +08:00
"engines": {
"node": ">=4.0.0"
2014-10-01 03:18:17 +08:00
}
2016-03-05 07:27:50 +08:00
}