mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"name": "riotapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "kalane",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|