2014-10-08 19:44:14 -04:00
|
|
|
{
|
2014-10-20 16:56:45 -04:00
|
|
|
"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": {
|
2014-10-22 10:13:08 -04:00
|
|
|
"async": "^0.9.0",
|
|
|
|
"getargs": ""
|
2014-10-20 16:56:45 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
2014-10-24 10:30:54 -04:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2014-10-20 16:56:45 -04:00
|
|
|
"grunt-contrib-nodeunit": "^0.4.1",
|
2014-10-24 10:30:54 -04:00
|
|
|
"grunt-istanbul": "^0.3.0",
|
2014-10-22 10:13:08 -04:00
|
|
|
"grunt-jsdoc": ">=0.6.1",
|
|
|
|
"jsdoc": "^3.3.0-alpha9",
|
2014-10-23 10:53:16 -04:00
|
|
|
"mysql": "^2.5.2",
|
|
|
|
"mysql2": "^0.12.5",
|
|
|
|
"nodeunit": "^0.9.0",
|
|
|
|
"pg": "^3.6.2"
|
2014-10-20 16:56:45 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"mysql": "",
|
|
|
|
"mysql2": "",
|
|
|
|
"pg": ""
|
|
|
|
},
|
2014-10-24 10:30:54 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt tests"
|
|
|
|
}
|
2014-10-20 16:56:45 -04:00
|
|
|
}
|