{
  "name": "hc-bee",
  "version": "2.0.0",
  "description": "the honeycomb app framework based on express",
  "main": "index.js",
  "scripts": {
    "test": "make test",
    "cov": "nyc npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:node-honeycomb/hc-bee.git"
  },
  "keywords": [
    "framework",
    "express"
  ],
  "bin": {
    "framework_build": "./bin/build.sh"
  },
  "dependencies": {
    "@hapi/topo": "^6.0.0",
    "accepts": "1.3.8",
    "body-parser": "1.20.2",
    "co": "4.6.0",
    "connect-timeout": "1.9.0",
    "cookie-parser": "1.4.6",
    "cookie-session": "2.1.0",
    "cors": "2.8.5",
    "csurf": "1.11.0",
    "debug": "3.1.0",
    "ejs": "3.1.10",
    "express": "4.19.2",
    "litelog": "3.0.10",
    "lodash": "4.17.21",
    "minimatch": "5.1.6",
    "uuid": "10.0.0"
  },
  "devDependencies": {
    "api-annotation": "^1.0.2",
    "mm": "^3.4.0",
    "mocha": "10.6.0",
    "nyc": "^17.0.0",
    "power-assert": "^1.6.0",
    "should": "^13.2.3",
    "supertest": "^7.0.0",
    "supertest-session": "^5.0.0",
    "urllib": "^2.44.0",
    "xfs": "^0.2.6"
  }
}
