LeagueStats/package.json

17 lines
315 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-03 21:11:52 +00:00
"body-parser": "^1.18.3",
2018-12-01 16:51:26 +00:00
"express": "^4.16.4",
"request": "^2.88.0"
}
}