package.json
{
"name": "maguey",
"version": "0.0.2",
"description": "Simple database queries for Node.js",
"homepage": "https://github.com/wbyoung/maguey",
"main": "index.js",
"bugs": {
"url": "https://github.com/wbyoung/maguey/issues"
},
"scripts": {
"test": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report html --",
"test-travis": "jshint . && jscs . && istanbul cover node_modules/.bin/_mocha --report lcovonly --"
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/wbyoung/maguey.git"
},
"keywords": [
"postgres",
"mysql",
"sqlite",
"pg",
"database",
"sql"
],
"author": "Whitney Young",
"license": "MIT",
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"istanbul": "^0.3.14",
"jscs": "^2.2.1",
"jshint": "^2.8.0",
"maguey-chai": "^0.3.1",
"mocha": "^2.2.5",
"mysql": "^2.5.2",
"pg": "^4.1.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0",
"sqlite3": "^3.0.2"
},
"dependencies": {
"bluebird": "^2.9.27",
"corazon": "^0.1.1",
"generic-pool": "^2.2.0",
"lodash": "^3.9.3",
"underscore.string": "^3.0.3"
}
}