json-sql-builder
Version:
SQLBuilder to translate JSON dataformat like mongo to SQL
39 lines (38 loc) • 843 B
JSON
{
"name": "json-sql-builder",
"version": "1.0.26",
"description": "SQLBuilder to translate JSON dataformat like mongo to SQL",
"main": "index.js",
"scripts": {
"test": "mocha test/ --recursive"
},
"keywords": [
"sql",
"mysql",
"mongo",
"json",
"build",
"translate",
"postgre"
],
"author": "planetarydev",
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"lodash": "^4.17.4",
"pg-format": "^1.0.4"
},
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0",
"eslint": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetarydev/json-sql-builder.git"
},
"bugs": {
"url": "https://github.com/planetarydev/json-sql-builder/issues"
},
"homepage": "https://github.com/planetarydev/json-sql-builder#readme"
}