{
  "name": "dp-node",
  "version": "0.3.11",
  "description": "Faster, cheaper, better web framework for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha --bail --exit",
    "testonly": "mocha --bail --exit",
    "check": "npm-check",
    "lint": "eslint ./",
    "lintfix": "eslint ./ --fix",
    "lintmon": "nodemon --exec 'npm run lint'"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/why2pac/dp-node.git"
  },
  "keywords": [
    "MVC",
    "Web",
    "Framework",
    "Express"
  ],
  "author": "GONZO",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/why2pac/dp-node/issues"
  },
  "homepage": "https://github.com/why2pac/dp-node#readme",
  "standard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "/lib/static/**/*.js"
    ]
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "body-parser": "^1.19.0",
    "camelcase": "^6.0.0",
    "compression": "^1.7.4",
    "cookie": "^0.4.1",
    "cookie-parser": "^1.4.5",
    "decamelize": "^4.0.0",
    "express": "^4.17.1",
    "express-naked-redirect": "^0.1.9",
    "handlebars": "^4.7.6",
    "handlebars-helper-repeat": "^2.0.0",
    "handlebars-helpers": "^0.10.0",
    "helmet": "^4.1.1",
    "html-minifier": "^4.0.0",
    "ini": "^1.3.5",
    "is-callable": "^1.2.2",
    "knex": "^0.21.6",
    "morgan": "^1.10.0",
    "promised-handlebars": "^2.0.1",
    "redis": "^3.0.2"
  },
  "devDependencies": {
    "@types/express-serve-static-core": "^4.17.13",
    "command-line-test": "^1.0.10",
    "eslint": "^7.10.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.1",
    "mocha": "^8.1.3",
    "mysql": "^2.18.1",
    "should": "^13.2.3",
    "supertest": "^5.0.0"
  }
}