forked from k0mar12/node-dota2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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": "https://github.com/dotabod/node-steam-fork",
"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"
]
}