UNPKG

dyncol

Version:

A tool to convert JSON schemas to dynamic column queries (like the ones from MariaDB)

33 lines (32 loc) 764 B
{ "name": "dyncol", "version": "0.2.2", "description": "A tool to convert JSON schemas to dynamic column queries (like the ones from MariaDB)", "main": "lib/index.js", "scripts": { "test": "make test-cov" }, "repository": { "type": "git", "url": "git+https://github.com/wzrdtales/node-dynamic-columns.git" }, "keywords": [ "dyncol", "dynamic", "columns", "maria", "mariasql", "mariadb", "sql" ], "author": "Tobias Gurtzick <magic@wizardtales.com>", "license": "MIT", "bugs": { "url": "https://github.com/wzrdtales/node-dynamic-columns/issues" }, "homepage": "https://github.com/wzrdtales/node-dynamic-columns#readme", "devDependencies": { "code": "^3.0.2", "lab": "^11.0.1" } }