UNPKG

mongoose-unix-timestamp-plugin

Version:

Mongoose plugin that adds timestamps (createdAt and updatedAt) in your schema in a unix timestamp

37 lines (36 loc) 837 B
{ "name": "mongoose-unix-timestamp-plugin", "description": "Mongoose plugin that adds timestamps (createdAt and updatedAt) in your schema in a unix timestamp ", "version": "0.6.4", "author": "Sivaram Siddhan Ilangovan <sivaram636@revmakx.com>", "keywords": [ "mongodb", "mongoose", "plugin", "timestamps", "createdAt", "updatedAt", "unix" ], "repository": { "type": "git", "url": "https://github.com/sivaram636/mongoose-timestamp-date-unix" }, "devDependencies": { "mocha": "~2.5.3", "mongoosastic": "^4.0.2", "mongoose": "~4.5.3", "request": "^2.72.0", "should": "~9.0.2" }, "scripts": { "test": "mocha -u bdd -R spec -c ./test/*test.js" }, "license": "MIT", "engine": { "node": ">= 0.6" }, "dependencies": { "defaults": "^1.0.3" } }