soulbound-node-dota2
Version:
A node-steam plugin for Dota 2.
36 lines (35 loc) • 718 B
JSON
{
"name": "soulbound-node-dota2",
"version": "6.1.1",
"dependencies": {
"deferred": "^0.7.9",
"long": "^4.0.0",
"merge": "^1.2.0",
"moment": "^2.22.1",
"protobufjs": "^6.8.6",
"steam": "^1.4.0",
"winston": "^2.4.2"
},
"devDependencies": {
"mocha": "^5.1.1",
"should": "^13.2.1"
},
"scripts": {
"update": "bash update_proto.sh",
"test": "mocha --exit"
},
"readmeFilename": "README.md",
"description": "A node-steam plugin for Dota 2.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/AlviseDandolo/node-dota2.git"
},
"keywords": [
"steam",
"valve",
"dota",
"soulbound"
],
"license": "MIT"
}