bijection
Version:
Node.js utility for mapping the properties of two Objects between each other
43 lines (42 loc) • 863 B
JSON
{
"name": "bijection",
"version": "0.6.1",
"description": "Node.js utility for mapping the properties of two Objects between each other",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/tjwebb/bijection.git"
},
"keywords": [
"orm",
"schema",
"mapping",
"json",
"transform",
"translate",
"mapObject",
"waterline",
"sails",
"morph",
"congruence",
"lodash",
"bijection",
"bijective"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwebb/bijection/issues"
},
"homepage": "https://github.com/tjwebb/bijection",
"devDependencies": {
"mocha": "^2.1"
},
"dependencies": {
"congruence": "^1.6",
"lodash": "^3.4"
}
}