{ "name": "leaguestats", "version": "1.0.0", "description": "In depth League of Legends match history and statistics", "main": "index.js", "dependencies": { "async": "^2.6.1", "express": "^4.16.4", "javascript-obfuscator": "^0.18.1", "request": "^2.88.0", "sqlite3": "^4.0.4" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Patrick Schönberger", "license": "ISC" }