node-query/package.json

69 lines
1.4 KiB
JSON
Raw Normal View History

2014-10-08 19:44:14 -04:00
{
2014-10-28 10:13:15 -04:00
"name": "ci-node-query",
"version": "3.1.0",
2014-10-20 16:56:45 -04:00
"description": "A query builder for node based on the one in CodeIgniter",
"author": "Timothy J Warren <tim@timshomepage.net>",
2014-10-28 09:46:27 -04:00
"engines": {
"node": ">=4.0.0"
2014-10-28 09:46:27 -04:00
},
"files": [
"lib/"
],
"contributors": [
{
"name": "Timothy J Warren",
"email": "tim@timshomepage.net"
}
],
2014-10-20 16:56:45 -04:00
"repository": {
"type": "git",
2014-10-28 09:46:27 -04:00
"url": "https://github.com/timw4mail/node-query.git"
2014-10-20 16:56:45 -04:00
},
2014-10-31 11:57:44 -04:00
"keywords": [
2014-11-03 11:12:27 -05:00
"codeigniter",
"mysql2",
2014-10-31 11:57:44 -04:00
"mysql",
"query builder",
"pg",
"postgres",
"sqlite",
2014-11-03 11:12:27 -05:00
"dblite",
"firebird",
"node-firebird"
2014-10-31 11:57:44 -04:00
],
2014-10-20 16:56:45 -04:00
"bugs": {
"url": "https://github.com/timw4mail/node-query/issues"
},
"main": "lib/NodeQuery.js",
2014-10-20 16:56:45 -04:00
"dependencies": {
"bluebird": "^3.1.4",
"dblite": "~0.7.6",
"getargs": "~0.0.8",
"mysql": "~2.10.2",
"mysql2": "~0.15.8",
"node-firebird": "~0.7.2",
"pg": "~4.4.3",
"require-reload": "~0.2.2"
2014-10-20 16:56:45 -04:00
},
"devDependencies": {
"chai": "~3.4.1",
"chai-as-promised": "^5.2.0",
2015-11-20 09:14:09 -05:00
"documentation": "",
"eslint": "~1.10.3",
"glob": "~6.0.4",
"gulp": "~3.9.0",
"gulp-documentation": "~2.1.0",
"gulp-eslint": "~1.1.1",
"gulp-istanbul": "^0.10.3",
2015-12-07 17:03:36 -05:00
"gulp-jscs": "^3.0.2",
"gulp-mocha": "^2.2.0",
"gulp-pipe": "^1.0.4",
"gulp-sloc": "~1.0.4",
"istanbul": "~0.4.2",
"mocha": ""
2014-10-20 16:56:45 -04:00
},
2014-10-24 10:30:54 -04:00
"license": "MIT",
"scripts": {
"test": "gulp test"
2014-10-24 10:30:54 -04:00
}
}