{
  "name": "restifizer",
  "version": "0.8.36",
  "description": "Restful database-agnostic service",
  "main": "index.js",
  "scripts": {
    "eslint": "eslint .",
    "express": "node test/express-app/server.js",
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vedi/restifizer.git"
  },
  "keywords": [
    "node.js",
    "rest",
    "restful",
    "express",
    "node",
    "mongo",
    "mongodb",
    "mongoose",
    "nosql"
  ],
  "dependencies": {
    "http-statuses": "^0.2.0",
    "lodash": "^4.17.19"
  },
  "author": {
    "name": "Fedor Shubin"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/vedi/restifizer/issues"
  },
  "homepage": "https://github.com/vedi/restifizer",
  "_id": "restifizer@0.3.0",
  "dist": {
    "shasum": "1297c801b1c7ea120e29ddf9a347afc4201bcdc6"
  },
  "_from": "restifizer@^0.2.5",
  "_resolved": "https://registry.npmjs.org/restifizer/-/restifizer-0.0.24.tgz",
  "gitHead": "852ab862040ac55560b3695b26b3c66b32ca0733",
  "_shasum": "8561703b4cfbca3da757867721d78b2594654639",
  "devDependencies": {
    "body-parser": "~1.19.0",
    "chai": "^3.2.0",
    "chakram": "^1.5.0",
    "cross-env": "^4.0.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-mocha": "6.3.0",
    "express": "^4.16.3",
    "mocha": "^7.1.2",
    "morgan": "~1.10.0",
    "request": "^2.87.0",
    "request-promise": "^4.2.5",
    "restifizer-mongoose-ds": "^0.1.14",
    "restifizer-sequelize-ds": "^0.2.5"
  }
}
