You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

28 lines
693 B

{
"name": "knex-json-query",
"version": "0.0.4",
"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 <harish2704@gmail.com>",
"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"
}
}