node-query/package.json

35 lines
791 B
JSON
Executable File

{
"name": "node-query",
"version": "0.0.0",
"description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>",
"repository": {
"type": "git",
"url": "https://github.com/timw4mail/node-query"
},
"bugs": {
"url": "https://github.com/timw4mail/node-query/issues"
},
"main": "lib/node-query.js",
"dependencies": {
"async": "^0.9.0",
"getargs": ""
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-jsdoc": ">=0.6.1",
"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"
}