Initial commit
Showing
.gitignore
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
bin/www
0 → 100644
configs/wikis/tf-config.json
0 → 100644
configs/wikis/wikis.json
0 → 100644
data/expensiveusers/.gitkeep
0 → 100644
data/namespaces/.gitkeep
0 → 100644
logs/.gitkeep
0 → 100644
models/userModel.js
0 → 100644
models/wikiModel.js
0 → 100644
nodemon.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "wikistats", | ||
"version": "1.0.0", | ||
"description": "OTFWiki Stats", | ||
"main": "app.js", | ||
"scripts": { | ||
"start": "nodemon ./bin/www" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Luís", | ||
"email": "luis@espacore.de" | ||
}, | ||
{ | ||
"name": "Gabriel", | ||
"email": "gabriel@espacore.de" | ||
} | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"body-parser": "^1.18.3", | ||
"cachegoose": "^7.1.0", | ||
"consolidate": "^0.15.1", | ||
"express": "^4.16.4", | ||
"moment": "^2.22.2", | ||
"mongoose": "^5.3.10", | ||
"mustache": "^2.3.1", | ||
"nodemon": "^1.18.7", | ||
"nodemw": "^0.12.2", | ||
"socket.io": "^2.1.1", | ||
"socket.io-client": "^2.1.1", | ||
"tabletojson": "^0.9.8", | ||
"winston": "^3.1.0", | ||
"worker-nodes": "^1.6.1" | ||
} | ||
} |
public/css/artifact.css
0 → 100644
public/css/dota.css
0 → 100644
public/css/dotapt.css
0 → 100644
public/css/main.css
0 → 100644
public/css/mui.min.css
0 → 100644
This diff is collapsed.
public/css/portal.css
0 → 100644
public/css/tf.css
0 → 100644