node-dota2-spectator
Version:
A node-steam plugin for Dota 2 Spectator Client.
34 lines (33 loc) • 720 B
JSON
{
"name": "node-dota2-spectator",
"version": "0.3.0",
"dependencies": {
"protobufjs": "4.0.0",
"bignumber.js": "2.0.7"
},
"peerDependencies": {
"steam": ">=1.0.0"
},
"description": "A node-steam plugin for Dota 2 Spectator Client.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/TJRoger/node-dota2-spectator.git"
},
"keywords": [
"steam",
"valve",
"dota 2",
"spectate",
"ob"
],
"author": "Roger Luo",
"license": "MIT",
"bugs": {
"url": "https://github.com/TJRoger/node-dota2-spectator/issues"
},
"homepage": "https://github.com/TJRoger/node-dota2-spectator#readme"
}