{
  "name": "@febbyjs/febby",
  "version": "0.2.8",
  "description": "microservice framework for building application services",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "lib": "lib"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/febbyjs/febby.git"
  },
  "keywords": [
    "rest",
    "febby",
    "configuration",
    "minimalistic"
  ],
  "author": "Vasu Vanka <vanka.vasu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/febbyjs/febby/issues"
  },
  "homepage": "https://github.com/febbyjs/febby#readme",
  "dependencies": {
    "body-parser": "^1.18.3",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "helmet": "^3.13.0",
    "mongoose": "^5.2.17"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  }
}
