blob: 9134394c4d3a63ce13bb4e88d0ef96e514c86ba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "leaguestats",
"version": "1.0.0",
"description": "In depth League of Legends match history and statistics",
"main": "index.js",
"dependencies": {
"async": "^2.6.1",
"express": "^4.16.4",
"lowdb": "^1.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Schönberger",
"license": "ISC"
}
|