]> gitweb.ps.run Git - lolstats/blob - package.json
Jede Menge geändert, commit vor w3css Entfernung
[lolstats] / package.json
1 {
2   "name": "leaguestats",
3   "version": "1.0.0",
4   "description": "In depth League of Legends match history and statistics",
5   "main": "index.js",
6   "dependencies": {
7     "async": "^2.6.1",
8     "express": "^4.16.4",
9     "javascript-obfuscator": "^0.18.1",
10     "request": "^2.88.0",
11     "sqlite3": "^4.0.4"
12   },
13   "devDependencies": {},
14   "scripts": {
15     "test": "echo \"Error: no test specified\" && exit 1"
16   },
17   "author": "Patrick Schönberger",
18   "license": "ISC"
19 }