69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "ci-node-query",
|
|
"version": "3.0.1",
|
|
"description": "A query builder for node based on the one in CodeIgniter",
|
|
"author": "Timothy J Warren <tim@timshomepage.net>",
|
|
"engines": {
|
|
"node": ">=4.0.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/NodeQuery.js",
|
|
"dependencies": {
|
|
"getargs": "",
|
|
"mysql": "^2.9.0",
|
|
"mysql2": "^0.15.8",
|
|
"node-firebird": "^0.7.0",
|
|
"pg": "^4.4.3",
|
|
"require-reload": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"dblite": "*",
|
|
"node-firebird": "*",
|
|
"pg": "*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "",
|
|
"documentation": "",
|
|
"eslint": "",
|
|
"glob": "^6.0.1",
|
|
"gulp": "",
|
|
"gulp-documentation": "^2.1.0",
|
|
"gulp-eslint": "",
|
|
"gulp-istanbul": "^0.10.3",
|
|
"gulp-jscs": "^3.0.2",
|
|
"gulp-mocha": "^2.2.0",
|
|
"gulp-pipe": "^1.0.4",
|
|
"gulp-sloc": "",
|
|
"istanbul": "",
|
|
"mocha": ""
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
}
|
|
}
|