mf-mongoose-dto
Version:
Covnert to/from JSON DTO while applying optional level-based hiding.
75 lines (74 loc) • 1.77 kB
JSON
{
"name": "mf-mongoose-dto",
"version": "1.0.4",
"description": "Covnert to/from JSON DTO while applying optional level-based hiding.",
"main": "src/index.js",
"scripts": {
"test": "node --debug-brk lib/examples/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MEANFactory/mf-mongoose-dto.git"
},
"keywords": [
"mongoose",
"plugin",
"dto",
"toObject",
"toJSON",
"validtion",
"hiding",
"acl"
],
"author": {
"name": "MEAN Factory",
"email": "support@meanfactory.com",
"url": "http://www.meanfactory.com/"
},
"contributors": [
{
"name": "Fred Lackey",
"email": "fred.lackey@gmail.com",
"url": "http://www.fredlackey.com/"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MEANFactory/mf-mongoose-dto/issues"
},
"homepage": "https://github.com/MEANFactory/mf-mongoose-dto#readme",
"dependencies": {
"mf-utils-node": ">=1.0.6",
"mongoose": "^4.11.4"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-filter": "^5.0.0",
"gulp-header": "1.8.9",
"gulp-if": "^2.0.2",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1",
"uuid": "^3.1.0",
"yargs": "^8.0.2"
},
"paths": {
"build": "./build/",
"root": "./",
"temp": "./tmp/"
}
}