node-query/package.json

63 lines
1.2 KiB
JSON

{
"name": "ci-node-query",
"version": "2.2.1",
"description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>",
"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": {
"getargs": "",
"mysql": "^2.9.0",
"mysql2": "^0.15.8",
"node-firebird": "^0.7.0",
"pg": "^4.4.3",
"es6-shim": ""
},
"optionalDependencies": {
"dblite": "*",
"node-firebird": "*",
"pg": "*"
},
"devDependencies": {
"documentation": "",
"nodeunit": "",
"gulp": "",
"gulp-documentation": "",
"gulp-istanbul": "",
"gulp-nodeunit-runner": "",
"jsdoc": "",
"istanbul": ""
},
"license": "MIT",
"scripts": {
"test": "grunt tests"
}
}