Skip to content

npmtest/node-npmtest-mongoose-auto-increment

Repository files navigation

npmtest-mongoose-auto-increment

This plugin allows you to auto-increment any field on any mongoose schema that you wish.

NPM

git-branch : alpha
coverage : istanbul-coverage
test-report : test-report
build-artifacts : build-artifacts

istanbul-coverage

test-report

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Alex Ford",
        "url": "Chevex"
    },
    "bugs": {
        "url": "https://github.com/codetunnel/mongoose-auto-increment/issues"
    },
    "contributors": [
        {
            "name": "Nassor Paulino da Silva",
            "url": "rossan"
        },
        {
            "name": "Misha Koryak",
            "url": "mkoryak"
        },
        {
            "name": "Christopher Hiller",
            "url": "boneskull"
        },
        {
            "name": "tomaskavka",
            "url": "https://github.com/tomaskavka"
        }
    ],
    "dependencies": {
        "extend": "^3.0.0"
    },
    "description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",
    "devDependencies": {
        "async": "*",
        "chai": "*",
        "mocha": "*",
        "mongoose": "^4.1.12"
    },
    "directories": {},
    "dist": {
        "shasum": "827e051d9cc371dabe8bff1a704431d341cb79df",
        "tarball": "https://registry.npmjs.org/mongoose-auto-increment/-/mongoose-auto-increment-5.0.1.tgz"
    },
    "gitHead": "50bd2a642c7565cf0a9f2c368d437b83160ad0a6",
    "homepage": "https://github.com/codetunnel/mongoose-auto-increment#readme",
    "keywords": [
        "mongoose",
        "plugin",
        "auto-increment",
        "auto",
        "increment",
        "automatic",
        "autoincrement",
        "auto_increment",
        "autoinc",
        "auto-inc",
        "auto_inc",
        "pureautoinc",
        "mongoose-pureautoinc"
    ],
    "maintainers": [
        {
            "name": "chevex"
        }
    ],
    "name": "mongoose-auto-increment",
    "optionalDependencies": {},
    "peerDependencies": {
        "mongoose": "^4.1.12"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/codetunnel/mongoose-auto-increment.git"
    },
    "scripts": {
        "test": "node_modules/mocha/bin/mocha"
    },
    "version": "5.0.1"
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •