{ "name": "ci-node-query", "version": "0.0.4", "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" }, "bugs": { "url": "https://github.com/timw4mail/node-query/issues" }, "main": "lib/node-query.js", "dependencies": { "getargs": "", "es6-shim":"" }, "bundledDependencies": [ "es6-shim","getargs" ], "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-istanbul": "^0.3.0", "grunt-jsdoc": ">=0.6.1", "grunt-cli":"", "jsdoc": "^3.3.0-alpha9", "mysql": "^2.5.2", "mysql2": "^0.12.5", "nodeunit": "^0.9.0", "pg": "^3.6.2" }, "peerDependencies": { "mysql": "", "mysql2": "", "pg": "" }, "license": "MIT", "scripts": { "test": "grunt tests" } }