]> gitweb.ps.run Git - lolstats/blob - package.json
Initial commit
[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     "mongodb": "^3.1.10",
10     "mustache": "^3.0.1",
11     "request": "^2.88.0"
12   },
13   "devDependencies": {},
14   "scripts": {
15     "test": "echo \"Error: no test specified\" && exit 1"
16   },
17   "author": "Patrick Schönberger",
18   "license": "ISC"
19 }