mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
18 lines
374 B
JSON
18 lines
374 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": {
|
|
"bluebird": "^3.5.3",
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.4",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.2"
|
|
}
|
|
}
|