dota2-fork
Version:
A node-steam plugin for Dota 2. Fork with fresh updates
40 lines (39 loc) • 895 B
JSON
{
"name": "dota2-fork",
"version": "7.1.4",
"author": "Vlad Poshvaniuk <vladlovedance@gmail.com>",
"homepage": "https://github.com/Komar12124/node-dota2",
"dependencies": {
"deferred": "^0.7.10",
"long": "^4.0.0",
"merge": "^1.2.1",
"mkdirp": "^1.0.4",
"steam-fork": "^1.0.3",
"steam-resources-fork": "^1.0.4",
"winston": "^3.2.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha --exit"
},
"readmeFilename": "README.md",
"description": "A node-steam plugin for Dota 2. Fork with fresh updates",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Komar12124/node-dota2"
},
"keywords": [
"steam",
"valve",
"dota"
],
"license": "MIT",
"bundleDependencies": [
"steam-resources-fork"
]
}