{
  "name": "nodebook.chapter-07",
  "private": true,
  "version": "1.0.0",
  "description": "Exemples de code du chapitre 3 du livre \"Node.js\" publié aux éditions Eyrolles.",
  "scripts": {
    "migrations": "DATABASE_URL=examples/framework/db.sqlite db-migrate up --migrations-dir examples/framework/migrations",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "^10.0.0"
  },
  "author": "Thomas Parisot (https://oncletom.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oncletom/nodebook/issues"
  },
  "dependencies": {
    "apex.js": "^2.0.0",
    "body-parser": "^1.19.0",
    "co-body": "^6.0.0",
    "connect-sqlite3": "^0.9.11",
    "cookie": "^0.3.1",
    "date-fns": "^1.30.1",
    "escape-html": "^1.0.3",
    "express": "^4.16.4",
    "express-minify": "^1.0.0",
    "express-session": "^1.16.1",
    "find-my-way": "^1.18.1",
    "formidable": "^1.2.1",
    "get-stream": "^3.0.0",
    "helmet": "^3.17.0",
    "micro": "^9.3.4",
    "mocha": "^5.2.0",
    "node-sass": "^4.12.0",
    "nodemon": "^1.19.0",
    "nunjucks": "^3.2.0",
    "parseurl": "^1.3.3",
    "pokemon": "^1.2.3",
    "sequelize-cli": "^5.4.0",
    "serve": "^9.6.0",
    "sinon": "^6.3.5",
    "sqlite": "^2.9.3",
    "superagent": "^3.8.3"
  }
}
