{
  "name": "leanrc-cucumbers",
  "version": "0.1.0-rc.1",
  "license": "AGPL-3.0",
  "description": "LeanRC application for test cucumbers",
  "author": "Denis Trayzhon",
  "thumbnail": "assets/logo.png",

  "engines": {
    "arangodb": "^3.0.0",
    "nodejs": "^6.10.0"
  },

  "main": "index.js",
  "defaultDocument": "index.html",

  "contributors": [
    { "name": "Evgeni Biryukov" },
    { "name": "Sergey Zagorodnykh" }
  ],

  "keywords": [
    "ArangoDB",
    "NodeJS",
    "API",
    "LeanRC",
    "cucumbers"
  ],

  "scripts": {

  },

  "dependencies": {

  },

  "configuration": {
    "port": {
      "description": "port for start cucumbers server",
      "type": "number",
      "default": 3000
    },
    "trustProxy": {
      "description": "trustProxy for start cucumbers server",
      "type": "boolean",
      "default": false
    },
    "subdomainOffset": {
      "description": "subdomainOffset for start cucumbers server",
      "type": "number",
      "default": 2
    },
    "secret": {
      "description": "Secret key for encoding and decoding tokens.",
      "type": "string",
      "default": "secret"
    },
    "cookieKey": {
      "description": "Secret key for sign cookies.",
      "type": "string",
      "default": "secret"
    },
    "resetTokenTTL": {
      "description": "Reset token time-to-live (in seconds)",
      "type": "number",
      "default": 86400
    },
    "apiKey": {
      "description": "Secret key allowing interactions between servers",
      "type": "string",
      "default": "UUyCtx=d_!%95!Kr2rN+gt8J^Zx7#qz%%XA3tx=d_!%afGpeh822Wh34T7ngZ"
    },
    "adminEmail": {
      "description": "Admin email.",
      "type": "string",
      "default": "admin@leanrc.com"
    },
    "adminPassword": {
      "description": "Admin password.",
      "type": "string",
      "default": "0000"
    }
  },

  "files": {
    "/": "public"
  },

  "lib": "dist"
}
