UNPKG

mongoose-createdmodified

Version:

Mongoose plugin adding created and modified fields to a schema

43 lines (42 loc) 1.32 kB
{ "name": "mongoose-createdmodified" , "description": "Mongoose plugin adding created and modified fields to a schema" , "version": "0.0.2" , "homepage": "https://github.com/panta/mongoose-createdmodified" , "author": "Marco Pantaleoni <marco.pantaleoni@gmail.com>" , "dependencies": { "mongoose": ">= 3.0.1" } , "devDependencies": { "coffee-script": ">= 1.3.3" , "muffin": ">= 0.6.2" , "glob": ">= 3.0.1" , "mocha": ">= 1.4.2" , "chai": ">= 1.2.0" } , "keywords": ["mongoose", "plugin", "plugins", "types", "createdmodified", "created", "modified"] , "repository": { "type": "git" , "url": "git://github.com/panta/mongoose-createdmodified.git" } , "bugs": { "url" : "https://github.com/panta/mongoose-createdmodified/issues" } , "licenses": [{ "type": "MIT", "url": "https://raw.github.com/panta/mongoose-createdmodified/master/LICENSE" }] , "directories" : { "lib" : "./lib" , "test" : "./test" } , "scripts": { "watch": "coffee -c -w -o lib src" , "prepublish": "cake build" , "test": "NODE_ENV=test node_modules/.bin/mocha --compilers coffee:coffee-script --timeout 10000 -R spec test/*.coffee" } , "main": "lib/index.js" , "engines": { "node": ">= 0.6.0" , "npm": ">= 1.0.0" } }