-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.09 KB
/
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
40
41
{
"name": "dota2-ihl",
"version": "0.0.1",
"dependencies": {
"dota2": "RJacksonm1/node-dota2#1.0.0-dev",
"steam": ">=1.2.0",
"passport": ">=0.3.0",
"passport-steam": ">=0.1.6",
"express":">=4.0.0",
"bignumber.js": ">=2.0.5",
"cookie-session": ">=1.2.0",
"csurf": ">=1.8.3",
"body-parser": "~1.14.x",
"cookie-parser": ">=1.4.0",
"express-socket.io-session": ">=1.3.1",
"moment": ">=2.10.6",
"node-sass-middleware": ">=0.9.6",
"path": ">=0.12.7",
"socket.io": ">=1.3.0",
"randomstring": ">=1.1.0",
"poet": ">=2.0.0",
"source-map": ">=0.5.1",
"parseurl": "*"
},
"readmeFilename": "README.md",
"description": "Create and customize your very own Dota 2 in-house league with ease. Features include automatic match creation, an easily configurable web based match creator and more.",
"main": "web.js",
"repository": {
"type": "git",
"url": "https://github.com/pendo324/Dota2-Custom-IHL.git"
},
"keywords": [
"steam",
"valve",
"dota",
"IHL"
],
"author": "pendo324",
"license": "MIT",
"private": true
}