{
  "name": "kitsoft-citizen-id",
  "version": "0.2.12",
  "engines": {
    "node": "^6.11.0"
  },
  "description": "KitSoft OAuth Server",
  "main": "builds/run.js",
  "dependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-uglify": "^1.0.2",
    "babel-polyfill": "^6.23.0",
    "babel-preset-babili": "^0.1.4",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "body-parser": "^1.15.2",
    "chai": "^4.1.2",
    "chai-http": "^3.0.0",
    "connect-flash": "^0.1.1",
    "connect-multiparty": "^2.0.0",
    "connect-session-sequelize": "^4.1.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.14.0",
    "express-handlebars": "^3.0.0",
    "express-session": "^1.14.1",
    "express-winston": "^2.4.0",
    "javascript-obfuscator": "^0.9.4",
    "mappr": "^3.2.1",
    "mocha": "^3.5.3",
    "moment": "^2.18.1",
    "nconf": "^0.8.4",
    "node-cache": "^4.1.1",
    "node-rsa": "^0.4.2",
    "node-schedule": "^1.2.1",
    "nodemailer": "^2.7.0",
    "oauth2-server": "^3.0.0",
    "passport": "^0.3.2",
    "passport-facebook": "^2.1.1",
    "passport-google-oauth2": "^0.1.6",
    "passport-linkedin": "^1.0.0",
    "passport-local": "^1.0.0",
    "passport-twitter": "^1.0.4",
    "pg": "^6.1.5",
    "pg-hstore": "^2.3.2",
    "portastic": "^1.0.1",
    "querystring": "^0.2.0",
    "recursive-readdir": "^2.2.1",
    "request": "^2.75.0",
    "sequelize": "^3.30.4",
    "sequelize-cli": "^2.8.0",
    "winston": "^2.3.1"
  },
  "devDependencies": {
    "isparta": "^4.0.0",
    "istanbul": "^0.4.5"
  },
  "scripts": {
    "test-dev": "sh findPortForTest.sh && . ./node_modules/.bin/env.sh && rm ./node_modules/.bin/env.sh && echo $port && ./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha",
    "test": "sh findPortForTest.sh && . ./node_modules/.bin/env.sh && rm ./node_modules/.bin/env.sh && echo $port && ./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover _mocha",
    "CT": "sh findPortForTest.sh && . ./node_modules/.bin/env.sh && rm ./node_modules/.bin/env.sh && echo $port && ./node_modules/.bin/mocha --colors --reporter=spec --ckeck-leaks --sort ./builds/test/app.js",
    "make": "npm run compile && npm run obfuscate",
    "compile": "./node_modules/.bin/babel ./ --out-dir builds --source-maps inline --copy-files --ignore ./node_modules/,./cert/,./builds/,./public/,./start.js,./config/*.json,./README.md,./obf.js",
    "obfuscate": "node obf.js",
    "bulk-script": "node ./bulc_scripts/app.js",
    "bulk-mongo-to-pg": "node ./bulc_scripts/runFromMongoToPG.js",
    "db-update-dublicates-script": "node ./updateDataBaseDublicates/app.js",
    "db-update-old-users-set-valid-phones": "node ./updateDataBaseDublicates/setValidToOldUsers.js",
    "migration-up": "./node_modules/.bin/sequelize db:migrate --config ./config/migrations_config.js",
    "migration-create": "./node_modules/.bin/sequelize migration:create --config ./config/migrations_config.js --name ",
    "migration-down": "./node_modules/.bin/sequelize db:migrate:undo:all --config ./config/migrations_config.js",
    "migration-down-name": "./node_modules/.bin/sequelize db:migrate:undo --config ./config/migrations_config.js --name $name"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/KitSoft/kyiv-account.git"
  },
  "keywords": [
    "oauth"
  ],
  "author": "kitsoft",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/KitSoft/kyiv-account/issues"
  },
  "homepage": "https://gitlab.com/KitSoft/kyiv-account#README"
}
