LeagueStats/package.json

19 lines
374 B
JSON
Raw Normal View History

2018-12-01 16:51:26 +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": {
2018-12-05 21:07:01 +00:00
"bluebird": "^3.5.3",
2018-12-03 21:11:52 +00:00
"body-parser": "^1.18.3",
2018-12-01 16:51:26 +00:00
"express": "^4.16.4",
2018-12-05 21:07:01 +00:00
"request": "^2.88.0",
"request-promise": "^4.2.2"
2018-12-01 16:51:26 +00:00
}
}