steam-market-util
Version:
Utility designed to take the prices from the trading platform Steam.
33 lines (32 loc) • 852 B
JSON
{
"name": "steam-market-util",
"version": "1.0.6",
"description": "Utility designed to take the prices from the trading platform Steam.",
"author": {
"name": "Alexander Dadukin",
"email": "st235@yandex.ru"
},
"main": "./index",
"keywords": ["steam", "steam market", "steam price"],
"homepage": "https://github.com/sasd97/steam-market-util",
"bugs": {
"url": "https://github.com/sasd97/steam-market-util/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sasd97/steam-market-util.git"
},
"license": "Apache-2.0",
"dependencies": {
"request": "^2.67.0"
},
"devDependencies": {
"eslint": "^2.3.0",
"babel-eslint": "^5.0.0",
"eslint-plugin-react": "^4.1.0",
"eslint-config-airbnb": "^6.0.2"
},
"engines": {
"node": ">=5.1.0"
}
}