LeagueStats/server/package.json
2019-03-30 23:55:48 +01:00

20 lines
420 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"
}
}