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