v0.0.2
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
app.js
0 → 100644
constants/tablesNames.js
0 → 100644
lib/ResponseError.js
0 → 100644
lib/connectToMySql.js
0 → 100644
lib/createTables.js
0 → 100644
lib/logger.js
0 → 100644
lib/serialize.js
0 → 100644
middlewares/checkToken.js
0 → 100644
middlewares/errors.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "service-sdk", | ||
"version": "0.0.2", | ||
"private": true, | ||
"description": "Service SDK for LViS", | ||
"keywords": [], | ||
"author": "", | ||
"license": "", | ||
"main": "app.js", | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"debug": "^2.2.0", | ||
"koa": "^1.2.4", | ||
"koa-bodyparser": "^2.2.0", | ||
"koa-json": "^1.1.3", | ||
"koa-router": "^5.4.0", | ||
"koa-validate": "^1.0.7", | ||
"mysql": "^2.11.1", | ||
"sha1": "^1.1.1" | ||
}, | ||
"scripts": { | ||
"start": "node app.js", | ||
"lint": "eslint ./**/*.js" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.7.1", | ||
"eslint-config-google": "^0.6.0" | ||
} | ||
} |
router/analytics.js
0 → 100644
router/index.js
0 → 100644
Please register or sign in to comment