forked from HardTacos/riot-games-api-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 839 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
{
"name": "riot-games-api-nodejs",
"version": "1.0.6",
"description": "Access Riot Games API with ease.",
"main": "./lib/riot-games-api-nodejs.js",
"author": {
"name": "Patrick McHugh",
"email": "[email protected]"
},
"homepage": "https://github.com/HardTacos/riot-games-api-nodejs",
"repository": {
"type": "git",
"url": "git://github.com/HardTacos/riot-games-api-nodejs"
},
"keywords": [
"riot",
"games",
"api",
"league",
"of",
"legends",
"champions",
"match",
"history",
"rito",
"reference"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hardtacos/riot-games-api-nodejs/issues"
},
"dependencies": {
"node-xml2json": "1.x.x"
}
}