mysql2-promise
Version:
Small promises wrapper for mysql2.
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "mysql2-promise",
"version": "0.1.4",
"description": "Small promises wrapper for mysql2.",
"main": "index.js",
"scripts": {
"test": "jshint index.js && ./node_modules/.bin/mocha test/*.test.js",
"release": "npm test && release-it -n -i patch",
"release:minor": "npm test && release-it -n -i minor",
"release:major": "npm test && release-it -n -i major"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/namshi/node-mysql2-promise"
},
"keywords": [
"mysql2",
"promise",
"q",
"mysql-promise"
],
"author": "Hossam Fares <hossam.fares@namshi.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/node-mysql2-promise/issues"
},
"dependencies": {
"mysql2": "^0.15.7",
"q": "^1.3.0"
},
"devDependencies": {
"jshint": "~2.1.10",
"mocha": "1.17.1",
"release-it": "0.0.9",
"should": "3.1.3"
},
"homepage": "https://github.com/namshi/node-mysql2-promise",
"directories": {
"test": "test"
}
}