{ "name": "ci-node-query", "version": "2.2.0", "description": "A query builder for node based on the one in CodeIgniter", "author": "Timothy J Warren ", "engines": { "node": ">=0.10.0" }, "contributors": [ { "name": "Timothy J Warren", "email": "tim@timshomepage.net" } ], "repository": { "type": "git", "url": "https://github.com/timw4mail/node-query.git" }, "keywords": [ "codeigniter", "mysql2", "mysql", "query builder", "pg", "postgres", "sqlite", "dblite", "firebird", "node-firebird" ], "bugs": { "url": "https://github.com/timw4mail/node-query/issues" }, "main": "lib/node-query.js", "dependencies": { "es6-shim": "*", "getargs": "", "grunt-istanbul": "*", "mysql": "^2.9.0", "mysql2": "^0.15.8", "node-firebird": "^0.7.0", "pg": "^4.4.3" }, "optionalDependencies": { "dblite": "*", "node-firebird": "*", "pg": "*" }, "devDependencies": { "nodeunit": "", "grunt": "", "grunt-cli": "", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-istanbul": "", "grunt-jsdoc": ">=0.6.1", "jsdoc": "" }, "license": "MIT", "scripts": { "test": "grunt tests" } }