{ "name": "knex-json-query", "version": "0.0.2", "description": "A high-level utility which will will generate Knex query from a single JSON object.", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/harish2704/knex-json-query.git" }, "keywords": [ "knex", "sql", "json-query" ], "author": "Harish.K ", "license": "MIT", "bugs": { "url": "https://github.com/harish2704/knex-json-query/issues" }, "homepage": "https://github.com/harish2704/knex-json-query#readme", "devDependencies": { "knex": "^0.12.6", "simple-mocha": "0.0.9" } }