ksmithut/mongoose-created-at

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mongoose-created-at",
  "version": "1.0.3",
  "description": "Adds a createdAt timestamp property to your mongoose model",
  "main": "index.js",
  "scripts": {
    "jshint": "jshint --reporter node_modules/jshint-stylish index.js",
    "check-cov": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
    "test": "istanbul cover _mocha",
    "posttest": " npm run check-cov; npm run jshint;",
    "codeclimate": "cat ./coverage/lcov.info | codeclimate-test-reporter"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ksmithut/mongoose-created-at.git"
  },
  "keywords": [
    "mongoose",
    "created",
    "createdAt"
  ],
  "author": "ksmithut",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ksmithut/mongoose-created-at/issues"
  },
  "homepage": "https://github.com/ksmithut/mongoose-created-at",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.3.1",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.3",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0",
    "mongoose": "^4.4.12"
  }
}