{ "name": "node-query", "version": "0.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" }, "bugs": { "url": "https://github.com/timw4mail/node-query/issues" }, "main": "lib/node-query.js", "dependencies": { "async": "^0.9.0", "getargs": "" }, "bundledDependencies": [ "async","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" } }