node-steamcommunity/package.json
Alex Corn 6b0f958cfd Merge branch 'master' into v4
# Conflicts:
#	index.js
#	package.json
2019-09-24 04:14:09 -04:00

38 lines
890 B
JSON

{
"name": "steamcommunity",
"version": "4.0.0-dev",
"private": true,
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"keywords": [
"steam",
"steam community"
],
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steamcommunity/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-steamcommunity.git"
},
"dependencies": {
"@doctormckay/stdlib": "^1.10.0",
"cheerio": "0.22.0",
"image-size": "^0.8.2",
"node-bignumber": "^1.2.1",
"request": "^2.88.0",
"steam-totp": "^2.1.0",
"steamid": "^1.1.3",
"xml2js": "^0.4.22"
},
"engines": {
"node": ">=8.0.0"
}
}