@learningpool/json-schema-mapper
Version:
A json-schema mapper
32 lines (31 loc) • 622 B
JSON
{
"name": "@learningpool/json-schema-mapper",
"version": "1.2.1",
"description": "A json-schema mapper",
"main": "index.js",
"author": "Learning Pool",
"homepage": "https://github.com/HT2-Labs/json-schema-mapper",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/HT2-Labs/json-schema-mapper.git"
},
"keywords": [
"json",
"schema",
"json-schema",
"orm",
"mapper"
],
"files": [
"dist/"
],
"dependencies": {
"underscore": "^1.13.7",
"urijs": "^1.19.11"
},
"module": "index.js"
}