{
  "name": "wonderflow-api-docs",
  "version": "2.2.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "@bitliner/auth-static": "^1.0.1",
    "@bitliner/logb": "^8.47.5",
    "auth-static": "^1.0.3",
    "await-to-js": "^2.0.1",
    "bcrypt": "^1.0.3",
    "compression": "^1.7.1",
    "cors": "^2.8.4",
    "express": "^4.16.2",
    "express-basic-auth": "^1.1.3",
    "express-swaggerize-ui": "^1.0.1",
    "handlebars": "^4.0.10",
    "metalsmith": "^2.3.0",
    "metalsmith-assets": "^0.1.0",
    "metalsmith-discover-partials": "^0.1.0",
    "metalsmith-layouts": "^1.8.1",
    "metalsmith-markdown": "^0.2.1",
    "metalsmith-partial": "^0.1.0",
    "metalsmith-sass": "^1.4.0",
    "metalsmith-serve": "^0.0.7",
    "metalsmith-watch": "^1.0.3",
    "monk": "^6.0.5",
    "morgan": "^1.9.0",
    "my-env": "^1.2.0",
    "swagger-ui-express": "^2.0.15",
    "swaggerize-ui": "^1.0.1"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^2.1.0",
    "node-sass": "^4.5.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "./swagger-spec-generator/run && node index.js",
    "start": "npm run build && ENV=production bin/www",
    "deploy:staging": "pm2 --no-daemon deploy ecosystem.config.js staging setup; pm2 --no-daemon deploy ecosystem.config.js staging",
    "deploy:production": "pm2 --no-daemon deploy ecosystem.config.js production setup; pm2 --no-daemon deploy ecosystem.config.js production"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/wonderflowbv/wonderflow-api-doc.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "homepage": "https://bitbucket.org/wonderflowbv/wonderflow-api-doc#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
