{ "name": "ci-node-query", "version": "2.0.1", "description": "A query builder for node based on the one in CodeIgniter", "author": "Timothy J Warren ", "engines": { "node": ">=0.10.0" }, "repository": { "type": "git", "url": "https://github.com/timw4mail/node-query.git" }, "keywords": [ "codeigniter", "mysql2", "mysql", "query builder", "pg", "postgres", "sqlite", "dblite", "sqlite3", "firebird", "node-firebird" ], "bugs": { "url": "https://github.com/timw4mail/node-query/issues" }, "main": "lib/node-query.js", "dependencies": { "getargs": "", "es6-shim": "" }, "bundledDependencies": [ "es6-shim", "getargs" ], "devDependencies": { "nodeunit": "^0.9.0" }, "bundledDependencies": [ "getargs", "es6-shim", "dblite", "grunt", "grunt-cli", "grunt-contrib-clean", "grunt-contrib-nodeunit", "grunt-istanbul", "grunt-jsdoc", "jsdoc", "mysql", "mysql2", "node-firebird", "pg", "sqlite3" ], "license": "MIT", "scripts": { "test": "grunt tests" } }