Updated to the new database schema

Signed-off-by: walamana <joniogerg@gmail.com>
This commit is contained in:
2018-05-24 16:35:32 +02:00
parent 27c53fe8d0
commit f62311d20a
17 changed files with 2547 additions and 68 deletions

28
node_modules/hashmap/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"shadow": "inner",
"indent": 1,
"camelcase": false,
"eqeqeq": true,
"eqnull": true,
"freeze": true,
"funcscope": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"unused": "vars",
"undef": true,
"scripturl": true,
"loopfunc": true,
"strict": "implied",
"validthis": true,
"esnext": true,
"globals": {},
"browser": true,
"devel": true,
"mocha": true,
"node": true,
"jquery": true
}