treesummaryrefslogcommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPatrick Schönberger2018-11-23 21:09:11 +0100
committerPatrick Schönberger2018-11-23 21:09:11 +0100
commitc2916cca3182c9d0d69b0c4ffc6f5fb11e9dab34 (patch)
tree14c88ba63b06055c1da70d87e351ba4e91ea5d11 /package.json
downloadlolstats-c2916cca3182c9d0d69b0c4ffc6f5fb11e9dab34.tar.gz
lolstats-c2916cca3182c9d0d69b0c4ffc6f5fb11e9dab34.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bc9dba3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "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",
+ "mongodb": "^3.1.10",
+ "mustache": "^3.0.1",
+ "request": "^2.88.0"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Patrick Schönberger",
+ "license": "ISC"
+}