{
  "name": "@ed3ath/mongoose-auto-increment",
  "version": "5.0.1",
  "description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",
  "repository": {
    "type": "git",
    "url": "git://github.com/codetunnel/mongoose-auto-increment.git"
  },
  "dependencies": {
    "extend": "^3.0.0"
  },
  "peerDependencies": {
    "mongoose": "^6.8.4"
  },
  "devDependencies": {
    "async": "*",
    "chai": "*",
    "mocha": "*",
    "mongoose": "^6.8.4"
  },
  "keywords": [
    "mongoose",
    "plugin",
    "auto-increment",
    "auto",
    "increment",
    "automatic",
    "autoincrement",
    "auto_increment",
    "autoinc",
    "auto-inc",
    "auto_inc",
    "pureautoinc",
    "mongoose-pureautoinc"
  ],
  "author": {
    "name": "Alex Ford (Chevex)",
    "email": "alex.ford@codetunnel.com",
    "url": "http://CodeTunnel.com"
  },
  "contributors": [
    {
      "name": "Nassor Paulino da Silva (rossan)",
      "email": "nassor@gmail.com"
    },
    {
      "name": "Misha Koryak (mkoryak)",
      "email": "mkoryak@gmail.com",
      "url": "http://ExhibitionNest.com"
    },
    {
      "name": "Christopher Hiller (boneskull)",
      "url": "http://boneskull.github.io/"
    },
    {
      "name": "tomaskavka",
      "url": "https://github.com/tomaskavka"
    }
  ],
  "scripts": {
    "test": "node_modules/mocha/bin/mocha"
  },
  "bugs": {
    "url": "https://github.com/codetunnel/mongoose-auto-increment/issues"
  }
}
