LeagueStats/server/package.json

24 lines
493 B
JSON
Raw Normal View History

2019-03-30 22:55:48 +00:00
{
"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"
2019-03-30 22:55:48 +00:00
}
}