UNPKG

mongoose-schema-extend

Version:

mongoose schema inheritance and discriminator key extension

55 lines (54 loc) 1.27 kB
{ "name": "mongoose-schema-extend", "version": "0.2.2", "description": "mongoose schema inheritance and discriminator key extension", "main": "index.js", "scripts": { "test": "node --harmony_proxies ./node_modules/.bin/grunt test" }, "homepage": "https://github.com/briankircho/mongoose-schema-extend", "repository": { "type": "git", "url": "git://github.com/briankircho/mongoose-schema-extend.git" }, "keywords": [ "mongoose", "inheritance", "schema", "discriminator", "model" ], "author": "Brian Kirchoff <briankircho@gmail.com>", "contributors": [ { "name": "Brian Kirchoff", "email": "briankircho@gmail.com" }, { "name": "Ajay Sabhaney", "email": "ajay@mothercreative.com" }, { "name": "Nicholas Calugar", "email": "njcalugar@gmail.com" }, { "name": "Luis Sieira", "email": "luis.sieira@spacebar.fr" } ], "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.2", "owl-deepcopy": "~0.0.1" }, "devDependencies": { "glob": "^5.0.15", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-mocha-test": "^0.12.7", "mocha": "^2.3.3", "mongoose": "^4.2.4", "should": "~1.1.0" } }