mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
23 lines
493 B
JSON
23 lines
493 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",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^7.0.0",
|
|
"express": "^4.16.4",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"connect-history-api-fallback": "^1.6.0"
|
|
}
|
|
}
|