forked from Arcana/node-dota2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 740 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 740 Bytes
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
{
"name": "dota2",
"version": "7.0.3",
"dependencies": {
"deferred": "^0.7.10",
"long": "^4.0.0",
"merge": "^1.2.1",
"steam": "^1.4.1",
"steam-resources": "github:seishun/node-steam-resources",
"winston": "^3.2.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"bundledDependencies": [
"steam-resources"
],
"scripts": {
"test": "mocha --exit"
},
"readmeFilename": "README.md",
"description": "A node-steam plugin for Dota 2.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Arcana/node-dota2.git"
},
"keywords": [
"steam",
"valve",
"dota"
],
"license": "MIT"
}